Uses of Class
io.vavr.control.Option.Some
Packages that use Option.Some
Package
Description
Beside
API
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.SomeModifier and TypeMethodDescriptionstatic <T> Option.Some
<T> API.Some
(T value) Alias forOption.some(Object)
Methods in io.vavr that return types with arguments of type Option.SomeModifier and TypeMethodDescriptionstatic <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.SomeModifier and TypeMethodDescription(package private) static <T> Tuple1
<T> $.Some
(Option.Some<T> some)