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