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