Uses of Interface
fj.function.Try2
-
Packages that use Try2 Package Description fj Types that set the premise for the existence of Functional Java.fj.data Common algebraic data types. -
-
Uses of Try2 in fj
Methods in fj with parameters of type Try2 Modifier and Type Method Description static <A,B,C,E extends java.lang.Exception>
F2<A,B,Validation<E,C>>Try. f(Try2<A,B,C,E> t)
Promotes the Try2 to a Validation that returns an Exception on the failure side and its result on the success side. -
Uses of Try2 in fj.data
Methods in fj.data that return types with arguments of type Try2 Modifier and Type Method Description static <A,B,C,E extends java.lang.Exception>
F<Try2<A,B,C,E>,java.util.function.BiFunction<A,B,Validation<E,C>>>Java8. TryCatch2_BiFunction()
Methods in fj.data with parameters of type Try2 Modifier and Type Method Description static <A,B,C,E extends java.lang.Exception>
java.util.function.BiFunction<A,B,Validation<E,C>>Java8. TryCatch2_BiFunction(Try2<A,B,C,E> t)
-