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