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