Uses of Class
at.jku.ssw.fp.coll.FList.Builder
-
Packages that use FList.Builder Package Description at.jku.ssw.fp.coll -
-
Uses of FList.Builder in at.jku.ssw.fp.coll
Methods in at.jku.ssw.fp.coll that return FList.Builder Modifier and Type Method Description static <E> FList.Builder<E>
FList.Builder. create()
Creates a new builder for collecting elements and building a functional list.static <E> FList.Builder<E>
FList.Builder. of(E... es)
Creates a builder with the provided elements already collected.static <E> FList.Builder<E>
FList.Builder. of(Iterable<? extends E> es)
Creates a builder with the provided elements already collected.
-