Client and backend. This class is shared: the same code is compiled into your app and into your server, so everything on this page works in both.
public final class Collectors
- Object
- 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()