Uses of Interface
fj.function.Try6

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

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