Uses of Class
io.vavr.collection.Stream.Empty
-
Packages that use Stream.Empty Package Description io.vavr.collection Purely functional collections based on Traversable. -
-
Uses of Stream.Empty in io.vavr.collection
Fields in io.vavr.collection declared as Stream.Empty Modifier and Type Field Description private static Stream.Empty<?>
Stream.Empty. INSTANCE
Methods in io.vavr.collection that return Stream.Empty Modifier and Type Method Description static <T> Stream.Empty<T>
Stream.Empty. instance()
Returns the singleton empty Stream instance.
-