Uses of Interface
io.vavr.control.Try
Packages that use Try
Package
Description
Beside
API the io.vavr package contains core types like (Checked)Functions and Tuples.This package contains basic building blocks for creating fast, asynchronous, non-blocking parallel code.
-
Uses of Try in io.vavr
Modifier and TypeFieldDescriptionAPI.For1Try.ts1API.For2Try.ts1API.For3Try.ts1API.For4Try.ts1API.For5Try.ts1API.For6Try.ts1API.For7Try.ts1API.For8Try.ts1API.ForLazy2Try.ts1API.ForLazy3Try.ts1API.ForLazy4Try.ts1API.ForLazy5Try.ts1API.ForLazy6Try.ts1API.ForLazy7Try.ts1API.ForLazy8Try.ts1API.For2Try.ts2API.For3Try.ts2API.For4Try.ts2API.For5Try.ts2API.For6Try.ts2API.For7Try.ts2API.For8Try.ts2API.For3Try.ts3API.For4Try.ts3API.For5Try.ts3API.For6Try.ts3API.For7Try.ts3API.For8Try.ts3API.For4Try.ts4API.For5Try.ts4API.For6Try.ts4API.For7Try.ts4API.For8Try.ts4API.For5Try.ts5API.For6Try.ts5API.For7Try.ts5API.For8Try.ts5API.For6Try.ts6API.For7Try.ts6API.For8Try.ts6API.For7Try.ts7API.For8Try.ts7API.For8Try.ts8Modifier and TypeFieldDescriptionAPI.ForLazy2Try.ts2API.ForLazy3Try.ts2API.ForLazy4Try.ts2API.ForLazy5Try.ts2API.ForLazy6Try.ts2API.ForLazy7Try.ts2API.ForLazy8Try.ts2API.ForLazy3Try.ts3API.ForLazy4Try.ts3API.ForLazy5Try.ts3API.ForLazy6Try.ts3API.ForLazy7Try.ts3API.ForLazy8Try.ts3API.ForLazy4Try.ts4API.ForLazy5Try.ts4API.ForLazy6Try.ts4API.ForLazy7Try.ts4API.ForLazy8Try.ts4API.ForLazy5Try.ts5API.ForLazy6Try.ts5API.ForLazy7Try.ts5API.ForLazy8Try.ts5API.ForLazy6Try.ts6API.ForLazy7Try.ts6API.ForLazy8Try.ts6API.ForLazy7Try.ts7API.ForLazy8Try.ts7private final Function7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, Try<T8>> API.ForLazy8Try.ts8Modifier and TypeMethodDescriptionstatic <T,_1 extends Option<Try<T>>>
API.Match.Pattern1<Future<T>, _1> Patterns.$Future(API.Match.Pattern<_1, ?> p1) Modifier and TypeMethodDescriptionValue.toTry()Converts this to aTry.Converts this to aTry.static <T> Try<T> API.Try(CheckedFunction0<? extends T> supplier) Alias forof(CheckedFunction0)API.For1Try.yield()A shortcut foryield(Function.identity()).<R> Try<R> Yields a result for elements of the cross-product of the underlying Try.<R> Try<R> API.For2Try.yield(@NonNull BiFunction<? super T1, ? super T2, ? extends R> f) Yields a result for elements of the cross-product of the underlying Trys.<R> Try<R> Yields a result for elements of the cross-product of the underlying Trys.<R> Try<R> Yields a result for elements of the cross-product of the underlying Trys.<R> Try<R> API.For5Try.yield(@NonNull Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R> f) Yields a result for elements of the cross-product of the underlying Trys.<R> Try<R> API.For6Try.yield(@NonNull Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? extends R> f) Yields a result for elements of the cross-product of the underlying Trys.<R> Try<R> API.For7Try.yield(@NonNull Function7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? extends R> f) Yields a result for elements of the cross-product of the underlying Trys.<R> Try<R> API.For8Try.yield(@NonNull Function8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? extends R> f) Yields a result for elements of the cross-product of the underlying Trys.<R> Try<R> API.ForLazy2Try.yield(@NonNull BiFunction<? super T1, ? super T2, ? extends R> f) Produces results by mapping the Cartesian product of all bound values.<R> Try<R> Produces results by mapping the Cartesian product of all bound values.<R> Try<R> API.ForLazy4Try.yield(@NonNull Function4<? super T1, ? super T2, ? super T3, ? super T4, ? extends R> f) Produces results by mapping the Cartesian product of all bound values.<R> Try<R> API.ForLazy5Try.yield(@NonNull Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R> f) Produces results by mapping the Cartesian product of all bound values.<R> Try<R> API.ForLazy6Try.yield(@NonNull Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? extends R> f) Produces results by mapping the Cartesian product of all bound values.<R> Try<R> API.ForLazy7Try.yield(@NonNull Function7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? extends R> f) Produces results by mapping the Cartesian product of all bound values.<R> Try<R> API.ForLazy8Try.yield(@NonNull Function8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? extends R> f) Produces results by mapping the Cartesian product of all bound values.Modifier and TypeMethodDescriptionCheckedFunction0.liftTry(@NonNull CheckedFunction0<? extends R> partialFunction) Lifts the givenpartialFunctioninto a total function that returns anTryresult.CheckedFunction1.liftTry(@NonNull CheckedFunction1<? super T1, ? extends R> partialFunction) Lifts the givenpartialFunctioninto a total function that returns anTryresult.CheckedFunction2.liftTry(@NonNull CheckedFunction2<? super T1, ? super T2, ? extends R> partialFunction) Lifts the givenpartialFunctioninto a total function that returns anTryresult.CheckedFunction3.liftTry(@NonNull CheckedFunction3<? super T1, ? super T2, ? super T3, ? extends R> partialFunction) Lifts the givenpartialFunctioninto a total function that returns anTryresult.CheckedFunction4.liftTry(@NonNull CheckedFunction4<? super T1, ? super T2, ? super T3, ? super T4, ? extends R> partialFunction) Lifts the givenpartialFunctioninto a total function that returns anTryresult.CheckedFunction5.liftTry(@NonNull CheckedFunction5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R> partialFunction) Lifts the givenpartialFunctioninto a total function that returns anTryresult.CheckedFunction6.liftTry(@NonNull CheckedFunction6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? extends R> partialFunction) Lifts the givenpartialFunctioninto a total function that returns anTryresult.CheckedFunction7.liftTry(@NonNull CheckedFunction7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? extends R> partialFunction) Lifts the givenpartialFunctioninto a total function that returns anTryresult.CheckedFunction8.liftTry(@NonNull CheckedFunction8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? extends R> partialFunction) Lifts the givenpartialFunctioninto a total function that returns anTryresult.Lifts the givenpartialFunctioninto a total function that returns anTryresult.Lifts the givenpartialFunctioninto a total function that returns anTryresult.Function2.liftTry(@NonNull BiFunction<? super T1, ? super T2, ? extends R> partialFunction) Lifts the givenpartialFunctioninto a total function that returns anTryresult.Lifts the givenpartialFunctioninto a total function that returns anTryresult.Function4.liftTry(@NonNull Function4<? super T1, ? super T2, ? super T3, ? super T4, ? extends R> partialFunction) Lifts the givenpartialFunctioninto a total function that returns anTryresult.Function5.liftTry(@NonNull Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R> partialFunction) Lifts the givenpartialFunctioninto a total function that returns anTryresult.Function6.liftTry(@NonNull Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? extends R> partialFunction) Lifts the givenpartialFunctioninto a total function that returns anTryresult.Function7.liftTry(@NonNull Function7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? extends R> partialFunction) Lifts the givenpartialFunctioninto a total function that returns anTryresult.Function8.liftTry(@NonNull Function8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? extends R> partialFunction) Lifts the givenpartialFunctioninto a total function that returns anTryresult.Modifier and TypeMethodDescriptionstatic <T1> API.For1Try<T1> Creates aFor-comprehension of one Try.static <T1,T2> API.ForLazy2Try <T1, T2> Creates a lazyFor-comprehension over two Trys.static <T1,T2, T3>
API.ForLazy3Try<T1, T2, T3> API.For(@NonNull Try<T1> ts1, @NonNull Function1<? super T1, Try<T2>> ts2, @NonNull Function2<? super T1, ? super T2, Try<T3>> ts3) Creates a lazyFor-comprehension over three Trys.static <T1,T2, T3, T4>
API.ForLazy4Try<T1, T2, T3, T4> 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) Creates a lazyFor-comprehension over 4 Trys.static <T1,T2, T3, T4, T5>
API.ForLazy5Try<T1, T2, T3, T4, T5> 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) Creates a lazyFor-comprehension over 5 Trys.static <T1,T2, T3, T4, T5, T6>
API.ForLazy6Try<T1, T2, T3, T4, T5, T6> 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) Creates a lazyFor-comprehension over 6 Trys.static <T1,T2, T3, T4, T5, T6, T7>
API.ForLazy7Try<T1, T2, T3, T4, T5, T6, T7> 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) Creates a lazyFor-comprehension over 7 Trys.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 lazyFor-comprehension over 8 Trys.static <T1,T2> API.For2Try <T1, T2> Creates aFor-comprehension of two Trys.static <T1,T2, T3>
API.For3Try<T1, T2, T3> Creates aFor-comprehension of three Trys.static <T1,T2, T3, T4>
API.For4Try<T1, T2, T3, T4> Creates aFor-comprehension of 4 Trys.static <T1,T2, T3, T4, T5>
API.For5Try<T1, T2, T3, T4, T5> API.For(@NonNull Try<T1> ts1, @NonNull Try<T2> ts2, @NonNull Try<T3> ts3, @NonNull Try<T4> ts4, @NonNull Try<T5> ts5) Creates aFor-comprehension of 5 Trys.static <T1,T2, T3, T4, T5, T6>
API.For6Try<T1, T2, T3, T4, T5, T6> API.For(@NonNull Try<T1> ts1, @NonNull Try<T2> ts2, @NonNull Try<T3> ts3, @NonNull Try<T4> ts4, @NonNull Try<T5> ts5, @NonNull Try<T6> ts6) Creates aFor-comprehension of 6 Trys.static <T1,T2, T3, T4, T5, T6, T7>
API.For7Try<T1, T2, T3, T4, T5, T6, T7> API.For(@NonNull Try<T1> ts1, @NonNull Try<T2> ts2, @NonNull Try<T3> ts3, @NonNull Try<T4> ts4, @NonNull Try<T5> ts5, @NonNull Try<T6> ts6, @NonNull Try<T7> ts7) Creates aFor-comprehension of 7 Trys.static <T1,T2, T3, T4, T5, T6, T7, T8>
API.For8Try<T1, T2, T3, T4, T5, T6, T7, T8> API.For(@NonNull Try<T1> ts1, @NonNull Try<T2> ts2, @NonNull Try<T3> ts3, @NonNull Try<T4> ts4, @NonNull Try<T5> ts5, @NonNull Try<T6> ts6, @NonNull Try<T7> ts7, @NonNull Try<T8> ts8) Creates aFor-comprehension of 8 Trys.Modifier and TypeMethodDescriptionstatic <T1,T2> API.ForLazy2Try <T1, T2> Creates a lazyFor-comprehension over two Trys.static <T1,T2, T3>
API.ForLazy3Try<T1, T2, T3> API.For(@NonNull Try<T1> ts1, @NonNull Function1<? super T1, Try<T2>> ts2, @NonNull Function2<? super T1, ? super T2, Try<T3>> ts3) Creates a lazyFor-comprehension over three Trys.static <T1,T2, T3>
API.ForLazy3Try<T1, T2, T3> API.For(@NonNull Try<T1> ts1, @NonNull Function1<? super T1, Try<T2>> ts2, @NonNull Function2<? super T1, ? super T2, Try<T3>> ts3) Creates a lazyFor-comprehension over three Trys.static <T1,T2, T3, T4>
API.ForLazy4Try<T1, T2, T3, T4> 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) Creates a lazyFor-comprehension over 4 Trys.static <T1,T2, T3, T4>
API.ForLazy4Try<T1, T2, T3, T4> 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) Creates a lazyFor-comprehension over 4 Trys.static <T1,T2, T3, T4>
API.ForLazy4Try<T1, T2, T3, T4> 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) Creates a lazyFor-comprehension over 4 Trys.static <T1,T2, T3, T4, T5>
API.ForLazy5Try<T1, T2, T3, T4, T5> 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) Creates a lazyFor-comprehension over 5 Trys.static <T1,T2, T3, T4, T5>
API.ForLazy5Try<T1, T2, T3, T4, T5> 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) Creates a lazyFor-comprehension over 5 Trys.static <T1,T2, T3, T4, T5>
API.ForLazy5Try<T1, T2, T3, T4, T5> 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) Creates a lazyFor-comprehension over 5 Trys.static <T1,T2, T3, T4, T5>
API.ForLazy5Try<T1, T2, T3, T4, T5> 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) Creates a lazyFor-comprehension over 5 Trys.static <T1,T2, T3, T4, T5, T6>
API.ForLazy6Try<T1, T2, T3, T4, T5, T6> 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) Creates a lazyFor-comprehension over 6 Trys.static <T1,T2, T3, T4, T5, T6>
API.ForLazy6Try<T1, T2, T3, T4, T5, T6> 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) Creates a lazyFor-comprehension over 6 Trys.static <T1,T2, T3, T4, T5, T6>
API.ForLazy6Try<T1, T2, T3, T4, T5, T6> 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) Creates a lazyFor-comprehension over 6 Trys.static <T1,T2, T3, T4, T5, T6>
API.ForLazy6Try<T1, T2, T3, T4, T5, T6> 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) Creates a lazyFor-comprehension over 6 Trys.static <T1,T2, T3, T4, T5, T6>
API.ForLazy6Try<T1, T2, T3, T4, T5, T6> 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) Creates a lazyFor-comprehension over 6 Trys.static <T1,T2, T3, T4, T5, T6, T7>
API.ForLazy7Try<T1, T2, T3, T4, T5, T6, T7> 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) Creates a lazyFor-comprehension over 7 Trys.static <T1,T2, T3, T4, T5, T6, T7>
API.ForLazy7Try<T1, T2, T3, T4, T5, T6, T7> 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) Creates a lazyFor-comprehension over 7 Trys.static <T1,T2, T3, T4, T5, T6, T7>
API.ForLazy7Try<T1, T2, T3, T4, T5, T6, T7> 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) Creates a lazyFor-comprehension over 7 Trys.static <T1,T2, T3, T4, T5, T6, T7>
API.ForLazy7Try<T1, T2, T3, T4, T5, T6, T7> 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) Creates a lazyFor-comprehension over 7 Trys.static <T1,T2, T3, T4, T5, T6, T7>
API.ForLazy7Try<T1, T2, T3, T4, T5, T6, T7> 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) Creates a lazyFor-comprehension over 7 Trys.static <T1,T2, T3, T4, T5, T6, T7>
API.ForLazy7Try<T1, T2, T3, T4, T5, T6, T7> 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) Creates a lazyFor-comprehension over 7 Trys.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 lazyFor-comprehension over 8 Trys.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 lazyFor-comprehension over 8 Trys.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 lazyFor-comprehension over 8 Trys.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 lazyFor-comprehension over 8 Trys.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 lazyFor-comprehension over 8 Trys.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 lazyFor-comprehension over 8 Trys.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 lazyFor-comprehension over 8 Trys.ModifierConstructorDescriptionprivateprivateprivateprivateprivateprivateprivateprivateFor8Try(Try<T1> ts1, Try<T2> ts2, Try<T3> ts3, Try<T4> ts4, Try<T5> ts5, Try<T6> ts6, Try<T7> ts7, Try<T8> ts8) privateprivateForLazy3Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3) privateForLazy4Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4) privateForLazy5Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5) privateForLazy6Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Try<T6>> ts6) privateForLazy7Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Try<T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, Try<T7>> ts7) privateForLazy8Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Try<T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, Try<T7>> ts7, Function7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, Try<T8>> ts8) ModifierConstructorDescriptionprivateprivateForLazy3Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3) privateForLazy3Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3) privateForLazy4Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4) privateForLazy4Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4) privateForLazy4Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4) privateForLazy5Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5) privateForLazy5Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5) privateForLazy5Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5) privateForLazy5Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5) privateForLazy6Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Try<T6>> ts6) privateForLazy6Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Try<T6>> ts6) privateForLazy6Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Try<T6>> ts6) privateForLazy6Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Try<T6>> ts6) privateForLazy6Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Try<T6>> ts6) privateForLazy7Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Try<T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, Try<T7>> ts7) privateForLazy7Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Try<T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, Try<T7>> ts7) privateForLazy7Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Try<T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, Try<T7>> ts7) privateForLazy7Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Try<T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, Try<T7>> ts7) privateForLazy7Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Try<T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, Try<T7>> ts7) privateForLazy7Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Try<T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, Try<T7>> ts7) privateForLazy8Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Try<T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, Try<T7>> ts7, Function7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, Try<T8>> ts8) privateForLazy8Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Try<T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, Try<T7>> ts7, Function7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, Try<T8>> ts8) privateForLazy8Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Try<T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, Try<T7>> ts7, Function7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, Try<T8>> ts8) privateForLazy8Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Try<T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, Try<T7>> ts7, Function7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, Try<T8>> ts8) privateForLazy8Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Try<T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, Try<T7>> ts7, Function7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, Try<T8>> ts8) privateForLazy8Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Try<T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, Try<T7>> ts7, Function7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, Try<T8>> ts8) privateForLazy8Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Try<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Try<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Try<T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, Try<T7>> ts7, Function7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, Try<T8>> ts8) -
Uses of Try in io.vavr.concurrent
Fields in io.vavr.concurrent with type parameters of type TryModifier and TypeFieldDescriptionFutureImpl.actionsThe queue of actions is filled when calling onComplete() before the Future is completed or cancelled.FutureImpl.valueOnce the Future is completed, the value is defined.Methods in io.vavr.concurrent that return types with arguments of type TryModifier and TypeMethodDescriptionFuture.getValue()Returns the value of thisFuture.FutureImpl.getValue()Methods in io.vavr.concurrent with parameters of type TryModifier and TypeMethodDescriptionCompletes thisPromisewith the givenvalue.static <T> Future<T> static <T> Future<T> static <T> Promise<T> Creates aPromisefrom the givenTry, using theFuture.DEFAULT_EXECUTORfor asynchronous operations.static <T> Promise<T> (package private) static <T> FutureImpl<T> Creates aFutureImplthat is immediately completed with the given value.(package private) booleanFutureImpl.tryComplete(Try<? extends T> value) INTERNAL METHOD, SHOULD BE USED BY THE CONSTRUCTOR, ONLY.booleanPromise.tryComplete(@NonNull Try<? extends T> value) Attempts to complete thisPromisewith the givenvalue.booleanPromiseImpl.tryComplete(@NonNull Try<? extends T> value) booleanA function that takes aTry(success or failure) and returns the state of completion.Method parameters in io.vavr.concurrent with type arguments of type TryModifier and TypeMethodDescriptionSupports chaining of callbacks that are guaranteed to be executed in order.Future.onComplete(@NonNull Consumer<? super Try<T>> action) Performs the given action once thisFutureis complete.FutureImpl.onComplete(@NonNull Consumer<? super Try<T>> action) private voiddefault <U> Future<U> Future.transformValue(@NonNull Function<? super Try<T>, ? extends Try<? extends U>> f) Transforms the value of thisFuture, regardless of whether it completed successfully or with a failure.default <U> Future<U> Future.transformValue(@NonNull Function<? super Try<T>, ? extends Try<? extends U>> f) Transforms the value of thisFuture, regardless of whether it completed successfully or with a failure.Constructor parameters in io.vavr.concurrent with type arguments of type TryModifierConstructorDescriptionprivateFutureImpl(Executor executor, Option<Try<T>> value, Queue<Consumer<Try<T>>> actions, Queue<Thread> waiters, Task<? extends T> task) privateFutureImpl(Executor executor, Option<Try<T>> value, Queue<Consumer<Try<T>>> actions, Queue<Thread> waiters, Task<? extends T> task) -
Uses of Try in io.vavr.control
Classes in io.vavr.control that implement TryModifier and TypeClassDescriptionstatic final classTry.Failure<T>static final classTry.Success<T>Represents a successfulTrycontaining a value.Methods in io.vavr.control that return TryModifier and TypeMethodDescriptionTry.andFinally(@NonNull Runnable runnable) Try.andFinallyTry(@NonNull CheckedRunnable runnable) Executes a givenCheckedRunnableafter thisTry, regardless of whether it is aTry.SuccessorTry.Failure.Try.andThenTry(@NonNull CheckedConsumer<? super T> consumer) Try.andThenTry(@NonNull CheckedRunnable runnable) default <R> Try<R> Try.collect(@NonNull PartialFunction<? super T, ? extends R> partialFunction) Transforms the value of thisTryusing the givenPartialFunctionif it is defined at the value.Try.failed()static <T> Try<T> Creates aTry.Failurecontaining the givenexception.Try.filter(@NonNull Predicate<? super T> predicate, Function<? super T, ? extends Throwable> errorProvider) Returns aTryif the givenPredicateevaluates totrue, otherwise returns aTry.Failurecreated by applying the given function to the value.Try.filter(@NonNull Predicate<? super T> predicate, Supplier<? extends Throwable> throwableSupplier) Returns aTryif the givenPredicateevaluates totrue, otherwise returns aTry.Failurecreated by the givenSupplierofThrowable.Try.filterTry(@NonNull CheckedPredicate<? super T> predicate) Returnsthisif thisTryis aTry.Failureor if it is aTry.Successand the value satisfies the given checked predicate.Try.filterTry(@NonNull CheckedPredicate<? super T> predicate, CheckedFunction1<? super T, ? extends Throwable> errorProvider) Returnsthisif thisTryis aTry.Failureor if it is aTry.Successand the value satisfies the given checked predicate.Try.filterTry(@NonNull CheckedPredicate<? super T> predicate, Supplier<? extends Throwable> throwableSupplier) Returnsthisif thisTryis aTry.Failureor if it is aTry.Successand the value satisfies the given checked predicate.default <U> Try<U> Transforms the value of thisTryusing the givenFunctionif it is aTry.Success, or returns thisTry.Failure.default <U> Try<U> Try.flatMapTry(@NonNull CheckedFunction1<? super T, ? extends Try<? extends U>> mapper) Transforms the value of thisTryusing the givenCheckedFunction1if it is aTry.Success, or returns thisTry.Failure.default <U> Try<U> Shortcut formapTry(mapper::apply), seemapTry(CheckedFunction1).Try.mapFailure(@NonNull API.Match.Case<? extends Throwable, ? extends Throwable> @NonNull ... cases) Transforms the cause of thisTry.Failureusing the given sequence of match cases.default <U> Try<U> Try.mapTo(U value) Try.mapToVoid()default <U> Try<U> Option.mapTry(@NonNull CheckedFunction1<? super T, ? extends U> mapper) Converts thisOptionto aTry, then applies the given checked function if this is aTry.Success, passing the contained value to it.default <U> Try<U> Try.mapTry(@NonNull CheckedFunction1<? super T, ? extends U> mapper) Applies the given checked function to the value of thisTry.Success, or returns thisTry.Failureunchanged.static <T> Try<T> Narrows aTry<? extends T>toTry<T>using a type-safe cast.static <T> Try<T> Try.of(@NonNull CheckedFunction0<? extends T> supplier) Creates aTryinstance from aCheckedFunction0.<R> Try<R> Try.WithResources1.of(@NonNull CheckedFunction1<? super T1, ? extends R> f) Wraps the result of a computation that may fail in aTry.<R> Try<R> Try.WithResources2.of(@NonNull CheckedFunction2<? super T1, ? super T2, ? extends R> f) Wraps the result of a computation that may fail in aTry.<R> Try<R> Try.WithResources3.of(@NonNull CheckedFunction3<? super T1, ? super T2, ? super T3, ? extends R> f) Wraps the result of a computation that may fail in aTry.<R> Try<R> Try.WithResources4.of(@NonNull CheckedFunction4<? super T1, ? super T2, ? super T3, ? super T4, ? extends R> f) Wraps the result of a computation that may fail in aTry.<R> Try<R> Try.WithResources5.of(@NonNull CheckedFunction5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? extends R> f) Wraps the result of a computation that may fail in aTry.<R> Try<R> Try.WithResources6.of(@NonNull CheckedFunction6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? extends R> f) Wraps the result of a computation that may fail in aTry.<R> Try<R> Try.WithResources7.of(@NonNull CheckedFunction7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? extends R> f) Wraps the result of a computation that may fail in aTry.<R> Try<R> Try.WithResources8.of(@NonNull CheckedFunction8<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, ? super T8, ? extends R> f) Wraps the result of a computation that may fail in aTry.static <T> Try<T> Try.ofCallable(@NonNull Callable<? extends T> callable) static <T> Try<T> Try.ofSupplier(@NonNull Supplier<? extends T> supplier) Performs the given action if thisTryis aTry.Failureand the cause is an instance of the specified type.Performs the given action if thisTryis aTry.Failure.Performs the given action if thisTryis aTry.Success.Returns thisTryif it is aTry.Success, or aTrysupplied by the givenSupplierif this is aTry.Failure.Performs the given action if thisTryis aTry.Success, otherwise does nothing.Attempts to recover from a failure if the cause is an instance of the specified exception type.Recovers thisTrywith the givenvalueif this is aTry.Failureand the underlying cause matches the specifiedexceptionType.Recovers thisTryif it is aTry.Failureby applying the given recovery functionfto the underlying exception.Try.recoverAllAndTry(@NonNull CheckedFunction0<? extends T> recoveryAttempt) Try.recoverAndTry(@NonNull Class<X> exceptionType, @NonNull CheckedFunction0<? extends T> recoveryAttempt) Returnsthisif it is aTry.Success, or attempts to recover from a failure when the underlying cause is assignable to the specifiedexceptionTypeby evaluating the givenrecoveryAttempt(viaof(CheckedFunction0)).Try.recoverWith(@NonNull Class<X> exceptionType, @NonNull Try<? extends T> recovered) Recovers thisTrywith the givenrecoveredvalue if this is aTry.Failureand the underlying cause is assignable to the specifiedexceptionType.Try.recoverWith(@NonNull Class<X> exceptionType, @NonNull Function<? super X, Try<? extends T>> f) Attempts to recover from a failure by applying the given recovery function if the cause matches the specified exception type.Try.recoverWith(@NonNull Function<? super Throwable, ? extends Try<? extends T>> f) Recovers thisTryif it is aTry.Failureby applying the given recovery functionfto the underlying exception.Try.run(@NonNull CheckedRunnable runnable) Creates aTryinstance from aCheckedRunnable.Try.runRunnable(@NonNull Runnable runnable) static <T> Try<T> Try.success(T value) Creates aTry.Successcontaining the givenvalue.Either.toTry()Methods in io.vavr.control with parameters of type TryModifier and TypeMethodDescriptionstatic <T> Validation<Throwable, T> Creates aValidationof anTry.static <T> Try<T> Narrows aTry<? extends T>toTry<T>using a type-safe cast.Try.recoverWith(@NonNull Class<X> exceptionType, @NonNull Try<? extends T> recovered) Recovers thisTrywith the givenrecoveredvalue if this is aTry.Failureand the underlying cause is assignable to the specifiedexceptionType.Method parameters in io.vavr.control with type arguments of type TryModifier and TypeMethodDescriptiondefault <U> Try<U> Transforms the value of thisTryusing the givenFunctionif it is aTry.Success, or returns thisTry.Failure.default <U> Try<U> Try.flatMapTry(@NonNull CheckedFunction1<? super T, ? extends Try<? extends U>> mapper) Transforms the value of thisTryusing the givenCheckedFunction1if it is aTry.Success, or returns thisTry.Failure.Returns thisTryif it is aTry.Success, or aTrysupplied by the givenSupplierif this is aTry.Failure.Try.recoverWith(@NonNull Class<X> exceptionType, @NonNull Function<? super X, Try<? extends T>> f) Attempts to recover from a failure by applying the given recovery function if the cause matches the specified exception type.Try.recoverWith(@NonNull Function<? super Throwable, ? extends Try<? extends T>> f) Recovers thisTryif it is aTry.Failureby applying the given recovery functionfto the underlying exception.default <U> UTransforms thisTryinto a value of another type using the provided function.