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