Uses of Class
com.floragunn.fluent.collections.ImmutableList.Builder
-
Packages that use ImmutableList.Builder Package Description com.floragunn.fluent.collections -
-
Uses of ImmutableList.Builder in com.floragunn.fluent.collections
Methods in com.floragunn.fluent.collections that return ImmutableList.Builder Modifier and Type Method Description ImmutableList.Builder<E>ImmutableList.Builder. add(E e)ImmutableList.Builder<E>ImmutableList.Builder. add(Optional<E> optional)ImmutableList.Builder<E>ImmutableList.Builder. with(E e)ImmutableList.Builder<E>ImmutableList.Builder. with(Collection<E> collection)ImmutableList.Builder<E>ImmutableList.Builder. with(Optional<E> optional)
-