Uses of Interface
fj.function.Try8

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

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