Uses of Class
io.vavr.API.ForLazy8Try

Packages that use API.ForLazy8Try
Package
Description
Beside API the io.vavr package contains core types like (Checked)Functions and Tuples.
  • Uses of API.ForLazy8Try in io.vavr

    Methods in io.vavr that return API.ForLazy8Try
    Modifier and Type
    Method
    Description
    static <T1, T2, T3, T4, T5, T6, T7, T8>
    API.ForLazy8Try<T1,T2,T3,T4,T5,T6,T7,T8>
    API.For(@NonNull Try<T1> ts1, @NonNull Function1<? super T1,Try<T2>> ts2, @NonNull Function2<? super T1,? super T2,Try<T3>> ts3, @NonNull Function3<? super T1,? super T2,? super T3,Try<T4>> ts4, @NonNull Function4<? super T1,? super T2,? super T3,? super T4,Try<T5>> ts5, @NonNull Function5<? super T1,? super T2,? super T3,? super T4,? super T5,Try<T6>> ts6, @NonNull Function6<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,Try<T7>> ts7, @NonNull Function7<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,Try<T8>> ts8)
    Creates a lazy For-comprehension over 8 Trys.