Uses of Interface
fj.function.Try2
Packages that use Try2
Package
Description
Types that set the premise for the existence of Functional Java.
Common algebraic data types.
-
Uses of Try2 in fj
Modifier and TypeMethodDescriptionstatic <A,
B, C, E extends Exception>
F2<A, B, Validation<E, C>> 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
Modifier and TypeMethodDescriptionstatic <A,
B, C, E extends Exception>
F<Try2<A, B, C, E>, BiFunction<A, B, Validation<E, C>>> Java8.TryCatch2_BiFunction()
Modifier and TypeMethodDescriptionstatic <A,
B, C, E extends Exception>
BiFunction<A, B, Validation<E, C>> Java8.TryCatch2_BiFunction
(Try2<A, B, C, E> t)