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