Package fj.data
Class Collectors
java.lang.Object
fj.data.Collectors
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <A> Collector
<A, List.Buffer<A>, Array<A>> toArray()
static <A> Collector
<A, List.Buffer<A>, List<A>> toList()
static <A> Collector
<A, List.Buffer<A>, Stream<A>> toStream()
-
Constructor Details
-
Collectors
private Collectors()
-
-
Method Details
-
toList
-
toArray
-
toStream
-