Uses of Class
io.vavr.collection.List.Cons
-
Packages that use List.Cons Package Description io.vavr BesideAPIthe io.vavr package contains core types like (Checked)Functions and Tuples.io.vavr.collection Purely functional collections based on Traversable. -
-
Uses of List.Cons in io.vavr
Methods in io.vavr that return types with arguments of type List.Cons Modifier and Type Method Description static <T,_1 extends T,_2 extends List<T>>
API.Match.Pattern2<List.Cons<T>,_1,_2>Patterns. $Cons(API.Match.Pattern<_1,?> p1, API.Match.Pattern<_2,?> p2)Methods in io.vavr with parameters of type List.Cons Modifier and Type Method Description (package private) static <T> Tuple2<T,List<T>>$. Cons(List.Cons<T> cons) -
Uses of List.Cons in io.vavr.collection
Fields in io.vavr.collection declared as List.Cons Modifier and Type Field Description private List.Cons<T>List.Cons.SerializationProxy. listConstructors in io.vavr.collection with parameters of type List.Cons Constructor Description SerializationProxy(List.Cons<T> list)Constructor for the case of serialization, called bywriteReplace().
-