Uses of Interface
fj.function.Try4

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

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