public final class Collectors

  1. Object
  2. Collectors

Methods

public static <T> Collector<T, ?, List<T>> toList()
public static Collector<CharSequence, ?, String> joining()

Inherited methods

Method details

toList

public static <T> Collector<T, ?, List<T>> toList()

joining

public static Collector<CharSequence, ?, String> joining()