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