Uses of Interface
fj.function.Try3
Packages that use Try3
-
Uses of Try3 in fj
Modifier and TypeMethodDescriptionstatic <A,
B, C, D, E extends Exception>
F3<A, B, C, Validation<E, D>> Promotes the Try3 to a Validation that returns an Exception on the failure side and its result on the success side.