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