Uses of Interface
fj.function.Try5

Packages that use Try5
Package
Description
Types that set the premise for the existence of Functional Java.
  • Uses of Try5 in fj

    Methods in fj with parameters of type Try5
    Modifier and Type
    Method
    Description
    static <A, B, C, D, E, F, Z extends Exception>
    F5<A,B,C,D,E,Validation<Z,F>>
    Try.f(Try5<A,B,C,D,E,F,Z> t)
    Promotes the Try5 to a Validation that returns an Exception on the failure side and its result on the success side.