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