Uses of Class
io.vavr.collection.Collections.IterableWithSize
-
Packages that use Collections.IterableWithSize Package Description io.vavr.collection Purely functional collections based on Traversable. -
-
Uses of Collections.IterableWithSize in io.vavr.collection
Methods in io.vavr.collection that return Collections.IterableWithSize Modifier and Type Method Description (package private) static <T> Collections.IterableWithSize<T>
Collections. withSize(java.lang.Iterable<? extends T> iterable)
private static <T> Collections.IterableWithSize<T>
Collections. withSizeTraversable(java.lang.Iterable<? extends T> iterable)
-