Uses of Class
io.vavr.collection.List.Nil
-
Packages that use List.Nil Package Description io.vavr BesideAPI
the io.vavr package contains core types like (Checked)Functions and Tuples.io.vavr.collection Purely functional collections based on Traversable. -
-
Uses of List.Nil in io.vavr
Methods in io.vavr that return types with arguments of type List.Nil Modifier and Type Method Description static <T> API.Match.Pattern0<List.Nil<T>>
Patterns. $Nil()
Methods in io.vavr with parameters of type List.Nil Modifier and Type Method Description (package private) static <T> Tuple0
$. Nil(List.Nil<T> nil)
-
Uses of List.Nil in io.vavr.collection
Fields in io.vavr.collection declared as List.Nil Modifier and Type Field Description private static List.Nil<?>
List.Nil. INSTANCE
Methods in io.vavr.collection that return List.Nil Modifier and Type Method Description static <T> List.Nil<T>
List.Nil. instance()
Returns the singleton instance of the linked list.
-