Uses of Class
io.vavr.control.Option.Some
-
Packages that use Option.Some Package Description io.vavr BesideAPI
the io.vavr package contains core types like (Checked)Functions and Tuples. -
-
Uses of Option.Some in io.vavr
Methods in io.vavr that return Option.Some Modifier and Type Method Description static <T> Option.Some<T>
API. Some(T value)
Alias forOption.some(Object)
Methods in io.vavr that return types with arguments of type Option.Some Modifier and Type Method Description static <T,_1 extends T>
API.Match.Pattern1<Option.Some<T>,_1>Patterns. $Some(API.Match.Pattern<_1,?> p1)
Methods in io.vavr with parameters of type Option.Some Modifier and Type Method Description (package private) static <T> Tuple1<T>
$. Some(Option.Some<T> some)
-