Uses of Interface
com.floragunn.fluent.collections.views.IterableView
-
Packages that use IterableView Package Description com.floragunn.fluent.collections.views -
-
Uses of IterableView in com.floragunn.fluent.collections.views
Methods in com.floragunn.fluent.collections.views that return IterableView Modifier and Type Method Description static <E> IterableView<E>IterableView. concat(Iterable<E> i1, Iterable<E> i2)static <E> IterableView<E>IterableView. filter(Iterable<E> iterable, Predicate<E> predicate)static <ES,ET>
IterableView<ET>IterableView. map(Iterable<ES> iterable, Function<ES,ET> valueMappingFunction)
-