Uses of Class
io.vavr.collection.List.Cons
Packages that use List.Cons
Package
Description
Beside
API
the io.vavr package contains core types like (Checked)Functions and Tuples.Purely functional collections based on Traversable.
-
Uses of List.Cons in io.vavr
Modifier and TypeMethodDescriptionstatic <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) -
Uses of List.Cons in io.vavr.collection
Fields in io.vavr.collection declared as List.ConsConstructors in io.vavr.collection with parameters of type List.ConsModifierConstructorDescription(package private)
SerializationProxy
(List.Cons<T> list) Constructor for the case of serialization, called bywriteReplace()
.