default <S> CheckedFunction1<S,R> |
CheckedFunction1.compose1(@NonNull Function1<? super S,? extends T1> before) |
Returns a composed function that first applies the Function before to the
1st argument and then applies this CheckedFunction1 to the result.
|
default <S> CheckedFunction2<S,T2,R> |
CheckedFunction2.compose1(@NonNull Function1<? super S,? extends T1> before) |
Returns a composed function that first applies the Function before to the
1st argument and then applies this CheckedFunction2 to the result and the other argument.
|
default <S> CheckedFunction3<S,T2,T3,R> |
CheckedFunction3.compose1(@NonNull Function1<? super S,? extends T1> before) |
Returns a composed function that first applies the Function before to the
1st argument and then applies this CheckedFunction3 to the result and the other arguments.
|
default <S> CheckedFunction4<S,T2,T3,T4,R> |
CheckedFunction4.compose1(@NonNull Function1<? super S,? extends T1> before) |
Returns a composed function that first applies the Function before to the
1st argument and then applies this CheckedFunction4 to the result and the other arguments.
|
default <S> CheckedFunction5<S,T2,T3,T4,T5,R> |
CheckedFunction5.compose1(@NonNull Function1<? super S,? extends T1> before) |
Returns a composed function that first applies the Function before to the
1st argument and then applies this CheckedFunction5 to the result and the other arguments.
|
default <S> CheckedFunction6<S,T2,T3,T4,T5,T6,R> |
CheckedFunction6.compose1(@NonNull Function1<? super S,? extends T1> before) |
Returns a composed function that first applies the Function before to the
1st argument and then applies this CheckedFunction6 to the result and the other arguments.
|
default <S> CheckedFunction7<S,T2,T3,T4,T5,T6,T7,R> |
CheckedFunction7.compose1(@NonNull Function1<? super S,? extends T1> before) |
Returns a composed function that first applies the Function before to the
1st argument and then applies this CheckedFunction7 to the result and the other arguments.
|
default <S> CheckedFunction8<S,T2,T3,T4,T5,T6,T7,T8,R> |
CheckedFunction8.compose1(@NonNull Function1<? super S,? extends T1> before) |
Returns a composed function that first applies the Function before to the
1st argument and then applies this CheckedFunction8 to the result and the other arguments.
|
default <S> Function1<S,R> |
Function1.compose1(@NonNull Function1<? super S,? extends T1> before) |
Returns a composed function that first applies the Function before to the
1st argument and then applies this Function1 to the result.
|
default <S> Function2<S,T2,R> |
Function2.compose1(@NonNull Function1<? super S,? extends T1> before) |
Returns a composed function that first applies the Function before to the
1st argument and then applies this Function2 to the result and the other argument.
|
default <S> Function3<S,T2,T3,R> |
Function3.compose1(@NonNull Function1<? super S,? extends T1> before) |
Returns a composed function that first applies the Function before to the
1st argument and then applies this Function3 to the result and the other arguments.
|
default <S> Function4<S,T2,T3,T4,R> |
Function4.compose1(@NonNull Function1<? super S,? extends T1> before) |
Returns a composed function that first applies the Function before to the
1st argument and then applies this Function4 to the result and the other arguments.
|
default <S> Function5<S,T2,T3,T4,T5,R> |
Function5.compose1(@NonNull Function1<? super S,? extends T1> before) |
Returns a composed function that first applies the Function before to the
1st argument and then applies this Function5 to the result and the other arguments.
|
default <S> Function6<S,T2,T3,T4,T5,T6,R> |
Function6.compose1(@NonNull Function1<? super S,? extends T1> before) |
Returns a composed function that first applies the Function before to the
1st argument and then applies this Function6 to the result and the other arguments.
|
default <S> Function7<S,T2,T3,T4,T5,T6,T7,R> |
Function7.compose1(@NonNull Function1<? super S,? extends T1> before) |
Returns a composed function that first applies the Function before to the
1st argument and then applies this Function7 to the result and the other arguments.
|
default <S> Function8<S,T2,T3,T4,T5,T6,T7,T8,R> |
Function8.compose1(@NonNull Function1<? super S,? extends T1> before) |
Returns a composed function that first applies the Function before to the
1st argument and then applies this Function8 to the result and the other arguments.
|
default <S> CheckedFunction2<T1,S,R> |
CheckedFunction2.compose2(@NonNull Function1<? super S,? extends T2> before) |
Returns a composed function that first applies the Function before to the
2nd argument and then applies this CheckedFunction2 to the result and the other argument.
|
default <S> CheckedFunction3<T1,S,T3,R> |
CheckedFunction3.compose2(@NonNull Function1<? super S,? extends T2> before) |
Returns a composed function that first applies the Function before to the
2nd argument and then applies this CheckedFunction3 to the result and the other arguments.
|
default <S> CheckedFunction4<T1,S,T3,T4,R> |
CheckedFunction4.compose2(@NonNull Function1<? super S,? extends T2> before) |
Returns a composed function that first applies the Function before to the
2nd argument and then applies this CheckedFunction4 to the result and the other arguments.
|
default <S> CheckedFunction5<T1,S,T3,T4,T5,R> |
CheckedFunction5.compose2(@NonNull Function1<? super S,? extends T2> before) |
Returns a composed function that first applies the Function before to the
2nd argument and then applies this CheckedFunction5 to the result and the other arguments.
|
default <S> CheckedFunction6<T1,S,T3,T4,T5,T6,R> |
CheckedFunction6.compose2(@NonNull Function1<? super S,? extends T2> before) |
Returns a composed function that first applies the Function before to the
2nd argument and then applies this CheckedFunction6 to the result and the other arguments.
|
default <S> CheckedFunction7<T1,S,T3,T4,T5,T6,T7,R> |
CheckedFunction7.compose2(@NonNull Function1<? super S,? extends T2> before) |
Returns a composed function that first applies the Function before to the
2nd argument and then applies this CheckedFunction7 to the result and the other arguments.
|
default <S> CheckedFunction8<T1,S,T3,T4,T5,T6,T7,T8,R> |
CheckedFunction8.compose2(@NonNull Function1<? super S,? extends T2> before) |
Returns a composed function that first applies the Function before to the
2nd argument and then applies this CheckedFunction8 to the result and the other arguments.
|
default <S> Function2<T1,S,R> |
Function2.compose2(@NonNull Function1<? super S,? extends T2> before) |
Returns a composed function that first applies the Function before to the
2nd argument and then applies this Function2 to the result and the other argument.
|
default <S> Function3<T1,S,T3,R> |
Function3.compose2(@NonNull Function1<? super S,? extends T2> before) |
Returns a composed function that first applies the Function before to the
2nd argument and then applies this Function3 to the result and the other arguments.
|
default <S> Function4<T1,S,T3,T4,R> |
Function4.compose2(@NonNull Function1<? super S,? extends T2> before) |
Returns a composed function that first applies the Function before to the
2nd argument and then applies this Function4 to the result and the other arguments.
|
default <S> Function5<T1,S,T3,T4,T5,R> |
Function5.compose2(@NonNull Function1<? super S,? extends T2> before) |
Returns a composed function that first applies the Function before to the
2nd argument and then applies this Function5 to the result and the other arguments.
|
default <S> Function6<T1,S,T3,T4,T5,T6,R> |
Function6.compose2(@NonNull Function1<? super S,? extends T2> before) |
Returns a composed function that first applies the Function before to the
2nd argument and then applies this Function6 to the result and the other arguments.
|
default <S> Function7<T1,S,T3,T4,T5,T6,T7,R> |
Function7.compose2(@NonNull Function1<? super S,? extends T2> before) |
Returns a composed function that first applies the Function before to the
2nd argument and then applies this Function7 to the result and the other arguments.
|
default <S> Function8<T1,S,T3,T4,T5,T6,T7,T8,R> |
Function8.compose2(@NonNull Function1<? super S,? extends T2> before) |
Returns a composed function that first applies the Function before to the
2nd argument and then applies this Function8 to the result and the other arguments.
|
default <S> CheckedFunction3<T1,T2,S,R> |
CheckedFunction3.compose3(@NonNull Function1<? super S,? extends T3> before) |
Returns a composed function that first applies the Function before to the
3rd argument and then applies this CheckedFunction3 to the result and the other arguments.
|
default <S> CheckedFunction4<T1,T2,S,T4,R> |
CheckedFunction4.compose3(@NonNull Function1<? super S,? extends T3> before) |
Returns a composed function that first applies the Function before to the
3rd argument and then applies this CheckedFunction4 to the result and the other arguments.
|
default <S> CheckedFunction5<T1,T2,S,T4,T5,R> |
CheckedFunction5.compose3(@NonNull Function1<? super S,? extends T3> before) |
Returns a composed function that first applies the Function before to the
3rd argument and then applies this CheckedFunction5 to the result and the other arguments.
|
default <S> CheckedFunction6<T1,T2,S,T4,T5,T6,R> |
CheckedFunction6.compose3(@NonNull Function1<? super S,? extends T3> before) |
Returns a composed function that first applies the Function before to the
3rd argument and then applies this CheckedFunction6 to the result and the other arguments.
|
default <S> CheckedFunction7<T1,T2,S,T4,T5,T6,T7,R> |
CheckedFunction7.compose3(@NonNull Function1<? super S,? extends T3> before) |
Returns a composed function that first applies the Function before to the
3rd argument and then applies this CheckedFunction7 to the result and the other arguments.
|
default <S> CheckedFunction8<T1,T2,S,T4,T5,T6,T7,T8,R> |
CheckedFunction8.compose3(@NonNull Function1<? super S,? extends T3> before) |
Returns a composed function that first applies the Function before to the
3rd argument and then applies this CheckedFunction8 to the result and the other arguments.
|
default <S> Function3<T1,T2,S,R> |
Function3.compose3(@NonNull Function1<? super S,? extends T3> before) |
Returns a composed function that first applies the Function before to the
3rd argument and then applies this Function3 to the result and the other arguments.
|
default <S> Function4<T1,T2,S,T4,R> |
Function4.compose3(@NonNull Function1<? super S,? extends T3> before) |
Returns a composed function that first applies the Function before to the
3rd argument and then applies this Function4 to the result and the other arguments.
|
default <S> Function5<T1,T2,S,T4,T5,R> |
Function5.compose3(@NonNull Function1<? super S,? extends T3> before) |
Returns a composed function that first applies the Function before to the
3rd argument and then applies this Function5 to the result and the other arguments.
|
default <S> Function6<T1,T2,S,T4,T5,T6,R> |
Function6.compose3(@NonNull Function1<? super S,? extends T3> before) |
Returns a composed function that first applies the Function before to the
3rd argument and then applies this Function6 to the result and the other arguments.
|
default <S> Function7<T1,T2,S,T4,T5,T6,T7,R> |
Function7.compose3(@NonNull Function1<? super S,? extends T3> before) |
Returns a composed function that first applies the Function before to the
3rd argument and then applies this Function7 to the result and the other arguments.
|
default <S> Function8<T1,T2,S,T4,T5,T6,T7,T8,R> |
Function8.compose3(@NonNull Function1<? super S,? extends T3> before) |
Returns a composed function that first applies the Function before to the
3rd argument and then applies this Function8 to the result and the other arguments.
|
default <S> CheckedFunction4<T1,T2,T3,S,R> |
CheckedFunction4.compose4(@NonNull Function1<? super S,? extends T4> before) |
Returns a composed function that first applies the Function before to the
4th argument and then applies this CheckedFunction4 to the result and the other arguments.
|
default <S> CheckedFunction5<T1,T2,T3,S,T5,R> |
CheckedFunction5.compose4(@NonNull Function1<? super S,? extends T4> before) |
Returns a composed function that first applies the Function before to the
4th argument and then applies this CheckedFunction5 to the result and the other arguments.
|
default <S> CheckedFunction6<T1,T2,T3,S,T5,T6,R> |
CheckedFunction6.compose4(@NonNull Function1<? super S,? extends T4> before) |
Returns a composed function that first applies the Function before to the
4th argument and then applies this CheckedFunction6 to the result and the other arguments.
|
default <S> CheckedFunction7<T1,T2,T3,S,T5,T6,T7,R> |
CheckedFunction7.compose4(@NonNull Function1<? super S,? extends T4> before) |
Returns a composed function that first applies the Function before to the
4th argument and then applies this CheckedFunction7 to the result and the other arguments.
|
default <S> CheckedFunction8<T1,T2,T3,S,T5,T6,T7,T8,R> |
CheckedFunction8.compose4(@NonNull Function1<? super S,? extends T4> before) |
Returns a composed function that first applies the Function before to the
4th argument and then applies this CheckedFunction8 to the result and the other arguments.
|
default <S> Function4<T1,T2,T3,S,R> |
Function4.compose4(@NonNull Function1<? super S,? extends T4> before) |
Returns a composed function that first applies the Function before to the
4th argument and then applies this Function4 to the result and the other arguments.
|
default <S> Function5<T1,T2,T3,S,T5,R> |
Function5.compose4(@NonNull Function1<? super S,? extends T4> before) |
Returns a composed function that first applies the Function before to the
4th argument and then applies this Function5 to the result and the other arguments.
|
default <S> Function6<T1,T2,T3,S,T5,T6,R> |
Function6.compose4(@NonNull Function1<? super S,? extends T4> before) |
Returns a composed function that first applies the Function before to the
4th argument and then applies this Function6 to the result and the other arguments.
|
default <S> Function7<T1,T2,T3,S,T5,T6,T7,R> |
Function7.compose4(@NonNull Function1<? super S,? extends T4> before) |
Returns a composed function that first applies the Function before to the
4th argument and then applies this Function7 to the result and the other arguments.
|
default <S> Function8<T1,T2,T3,S,T5,T6,T7,T8,R> |
Function8.compose4(@NonNull Function1<? super S,? extends T4> before) |
Returns a composed function that first applies the Function before to the
4th argument and then applies this Function8 to the result and the other arguments.
|
default <S> CheckedFunction5<T1,T2,T3,T4,S,R> |
CheckedFunction5.compose5(@NonNull Function1<? super S,? extends T5> before) |
Returns a composed function that first applies the Function before to the
5th argument and then applies this CheckedFunction5 to the result and the other arguments.
|
default <S> CheckedFunction6<T1,T2,T3,T4,S,T6,R> |
CheckedFunction6.compose5(@NonNull Function1<? super S,? extends T5> before) |
Returns a composed function that first applies the Function before to the
5th argument and then applies this CheckedFunction6 to the result and the other arguments.
|
default <S> CheckedFunction7<T1,T2,T3,T4,S,T6,T7,R> |
CheckedFunction7.compose5(@NonNull Function1<? super S,? extends T5> before) |
Returns a composed function that first applies the Function before to the
5th argument and then applies this CheckedFunction7 to the result and the other arguments.
|
default <S> CheckedFunction8<T1,T2,T3,T4,S,T6,T7,T8,R> |
CheckedFunction8.compose5(@NonNull Function1<? super S,? extends T5> before) |
Returns a composed function that first applies the Function before to the
5th argument and then applies this CheckedFunction8 to the result and the other arguments.
|
default <S> Function5<T1,T2,T3,T4,S,R> |
Function5.compose5(@NonNull Function1<? super S,? extends T5> before) |
Returns a composed function that first applies the Function before to the
5th argument and then applies this Function5 to the result and the other arguments.
|
default <S> Function6<T1,T2,T3,T4,S,T6,R> |
Function6.compose5(@NonNull Function1<? super S,? extends T5> before) |
Returns a composed function that first applies the Function before to the
5th argument and then applies this Function6 to the result and the other arguments.
|
default <S> Function7<T1,T2,T3,T4,S,T6,T7,R> |
Function7.compose5(@NonNull Function1<? super S,? extends T5> before) |
Returns a composed function that first applies the Function before to the
5th argument and then applies this Function7 to the result and the other arguments.
|
default <S> Function8<T1,T2,T3,T4,S,T6,T7,T8,R> |
Function8.compose5(@NonNull Function1<? super S,? extends T5> before) |
Returns a composed function that first applies the Function before to the
5th argument and then applies this Function8 to the result and the other arguments.
|
default <S> CheckedFunction6<T1,T2,T3,T4,T5,S,R> |
CheckedFunction6.compose6(@NonNull Function1<? super S,? extends T6> before) |
Returns a composed function that first applies the Function before to the
6th argument and then applies this CheckedFunction6 to the result and the other arguments.
|
default <S> CheckedFunction7<T1,T2,T3,T4,T5,S,T7,R> |
CheckedFunction7.compose6(@NonNull Function1<? super S,? extends T6> before) |
Returns a composed function that first applies the Function before to the
6th argument and then applies this CheckedFunction7 to the result and the other arguments.
|
default <S> CheckedFunction8<T1,T2,T3,T4,T5,S,T7,T8,R> |
CheckedFunction8.compose6(@NonNull Function1<? super S,? extends T6> before) |
Returns a composed function that first applies the Function before to the
6th argument and then applies this CheckedFunction8 to the result and the other arguments.
|
default <S> Function6<T1,T2,T3,T4,T5,S,R> |
Function6.compose6(@NonNull Function1<? super S,? extends T6> before) |
Returns a composed function that first applies the Function before to the
6th argument and then applies this Function6 to the result and the other arguments.
|
default <S> Function7<T1,T2,T3,T4,T5,S,T7,R> |
Function7.compose6(@NonNull Function1<? super S,? extends T6> before) |
Returns a composed function that first applies the Function before to the
6th argument and then applies this Function7 to the result and the other arguments.
|
default <S> Function8<T1,T2,T3,T4,T5,S,T7,T8,R> |
Function8.compose6(@NonNull Function1<? super S,? extends T6> before) |
Returns a composed function that first applies the Function before to the
6th argument and then applies this Function8 to the result and the other arguments.
|
default <S> CheckedFunction7<T1,T2,T3,T4,T5,T6,S,R> |
CheckedFunction7.compose7(@NonNull Function1<? super S,? extends T7> before) |
Returns a composed function that first applies the Function before to the
7th argument and then applies this CheckedFunction7 to the result and the other arguments.
|
default <S> CheckedFunction8<T1,T2,T3,T4,T5,T6,S,T8,R> |
CheckedFunction8.compose7(@NonNull Function1<? super S,? extends T7> before) |
Returns a composed function that first applies the Function before to the
7th argument and then applies this CheckedFunction8 to the result and the other arguments.
|
default <S> Function7<T1,T2,T3,T4,T5,T6,S,R> |
Function7.compose7(@NonNull Function1<? super S,? extends T7> before) |
Returns a composed function that first applies the Function before to the
7th argument and then applies this Function7 to the result and the other arguments.
|
default <S> Function8<T1,T2,T3,T4,T5,T6,S,T8,R> |
Function8.compose7(@NonNull Function1<? super S,? extends T7> before) |
Returns a composed function that first applies the Function before to the
7th argument and then applies this Function8 to the result and the other arguments.
|
default <S> CheckedFunction8<T1,T2,T3,T4,T5,T6,T7,S,R> |
CheckedFunction8.compose8(@NonNull Function1<? super S,? extends T8> before) |
Returns a composed function that first applies the Function before to the
8th argument and then applies this CheckedFunction8 to the result and the other arguments.
|
default <S> Function8<T1,T2,T3,T4,T5,T6,T7,S,R> |
Function8.compose8(@NonNull Function1<? super S,? extends T8> before) |
Returns a composed function that first applies the Function before to the
8th argument and then applies this Function8 to the result and the other arguments.
|
static <T1,T2> API.ForLazy2List<T1,T2> |
API.For(@NonNull List<T1> ts1,
@NonNull Function1<? super T1,List<T2>> ts2) |
Creates a lazy For-comprehension over two Lists.
|
static <T1,T2,T3> API.ForLazy3List<T1,T2,T3> |
API.For(@NonNull List<T1> ts1,
@NonNull Function1<? super T1,List<T2>> ts2,
@NonNull Function2<? super T1,? super T2,List<T3>> ts3) |
Creates a lazy For-comprehension over three Lists.
|
static <T1,T2,T3,T4> API.ForLazy4List<T1,T2,T3,T4> |
API.For(@NonNull List<T1> ts1,
@NonNull Function1<? super T1,List<T2>> ts2,
@NonNull Function2<? super T1,? super T2,List<T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,List<T4>> ts4) |
Creates a lazy For-comprehension over 4 Lists.
|
static <T1,T2,T3,T4,T5> API.ForLazy5List<T1,T2,T3,T4,T5> |
API.For(@NonNull List<T1> ts1,
@NonNull Function1<? super T1,List<T2>> ts2,
@NonNull Function2<? super T1,? super T2,List<T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,List<T4>> ts4,
@NonNull Function4<? super T1,? super T2,? super T3,? super T4,List<T5>> ts5) |
Creates a lazy For-comprehension over 5 Lists.
|
static <T1,T2,T3,T4,T5,T6> API.ForLazy6List<T1,T2,T3,T4,T5,T6> |
API.For(@NonNull List<T1> ts1,
@NonNull Function1<? super T1,List<T2>> ts2,
@NonNull Function2<? super T1,? super T2,List<T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,List<T4>> ts4,
@NonNull Function4<? super T1,? super T2,? super T3,? super T4,List<T5>> ts5,
@NonNull Function5<? super T1,? super T2,? super T3,? super T4,? super T5,List<T6>> ts6) |
Creates a lazy For-comprehension over 6 Lists.
|
static <T1,T2,T3,T4,T5,T6,T7> API.ForLazy7List<T1,T2,T3,T4,T5,T6,T7> |
API.For(@NonNull List<T1> ts1,
@NonNull Function1<? super T1,List<T2>> ts2,
@NonNull Function2<? super T1,? super T2,List<T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,List<T4>> ts4,
@NonNull Function4<? super T1,? super T2,? super T3,? super T4,List<T5>> ts5,
@NonNull Function5<? super T1,? super T2,? super T3,? super T4,? super T5,List<T6>> ts6,
@NonNull Function6<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,List<T7>> ts7) |
Creates a lazy For-comprehension over 7 Lists.
|
static <T1,T2,T3,T4,T5,T6,T7,T8> API.ForLazy8List<T1,T2,T3,T4,T5,T6,T7,T8> |
API.For(@NonNull List<T1> ts1,
@NonNull Function1<? super T1,List<T2>> ts2,
@NonNull Function2<? super T1,? super T2,List<T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,List<T4>> ts4,
@NonNull Function4<? super T1,? super T2,? super T3,? super T4,List<T5>> ts5,
@NonNull Function5<? super T1,? super T2,? super T3,? super T4,? super T5,List<T6>> ts6,
@NonNull Function6<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,List<T7>> ts7,
@NonNull Function7<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,List<T8>> ts8) |
Creates a lazy For-comprehension over 8 Lists.
|
static <T1,T2> API.ForLazy2Future<T1,T2> |
API.For(@NonNull Future<T1> ts1,
@NonNull Function1<? super T1,Future<T2>> ts2) |
Creates a lazy For-comprehension over two Futures.
|
static <T1,T2,T3> API.ForLazy3Future<T1,T2,T3> |
API.For(@NonNull Future<T1> ts1,
@NonNull Function1<? super T1,Future<T2>> ts2,
@NonNull Function2<? super T1,? super T2,Future<T3>> ts3) |
Creates a lazy For-comprehension over three Futures.
|
static <T1,T2,T3,T4> API.ForLazy4Future<T1,T2,T3,T4> |
API.For(@NonNull Future<T1> ts1,
@NonNull Function1<? super T1,Future<T2>> ts2,
@NonNull Function2<? super T1,? super T2,Future<T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,Future<T4>> ts4) |
Creates a lazy For-comprehension over 4 Futures.
|
static <T1,T2,T3,T4,T5> API.ForLazy5Future<T1,T2,T3,T4,T5> |
API.For(@NonNull Future<T1> ts1,
@NonNull Function1<? super T1,Future<T2>> ts2,
@NonNull Function2<? super T1,? super T2,Future<T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,Future<T4>> ts4,
@NonNull Function4<? super T1,? super T2,? super T3,? super T4,Future<T5>> ts5) |
Creates a lazy For-comprehension over 5 Futures.
|
static <T1,T2,T3,T4,T5,T6> API.ForLazy6Future<T1,T2,T3,T4,T5,T6> |
API.For(@NonNull Future<T1> ts1,
@NonNull Function1<? super T1,Future<T2>> ts2,
@NonNull Function2<? super T1,? super T2,Future<T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,Future<T4>> ts4,
@NonNull Function4<? super T1,? super T2,? super T3,? super T4,Future<T5>> ts5,
@NonNull Function5<? super T1,? super T2,? super T3,? super T4,? super T5,Future<T6>> ts6) |
Creates a lazy For-comprehension over 6 Futures.
|
static <T1,T2,T3,T4,T5,T6,T7> API.ForLazy7Future<T1,T2,T3,T4,T5,T6,T7> |
API.For(@NonNull Future<T1> ts1,
@NonNull Function1<? super T1,Future<T2>> ts2,
@NonNull Function2<? super T1,? super T2,Future<T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,Future<T4>> ts4,
@NonNull Function4<? super T1,? super T2,? super T3,? super T4,Future<T5>> ts5,
@NonNull Function5<? super T1,? super T2,? super T3,? super T4,? super T5,Future<T6>> ts6,
@NonNull Function6<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,Future<T7>> ts7) |
Creates a lazy For-comprehension over 7 Futures.
|
static <T1,T2,T3,T4,T5,T6,T7,T8> API.ForLazy8Future<T1,T2,T3,T4,T5,T6,T7,T8> |
API.For(@NonNull Future<T1> ts1,
@NonNull Function1<? super T1,Future<T2>> ts2,
@NonNull Function2<? super T1,? super T2,Future<T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,Future<T4>> ts4,
@NonNull Function4<? super T1,? super T2,? super T3,? super T4,Future<T5>> ts5,
@NonNull Function5<? super T1,? super T2,? super T3,? super T4,? super T5,Future<T6>> ts6,
@NonNull Function6<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,Future<T7>> ts7,
@NonNull Function7<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,Future<T8>> ts8) |
Creates a lazy For-comprehension over 8 Futures.
|
static <L,T1,T2> API.ForLazy2Either<L,T1,T2> |
API.For(@NonNull Either<L,T1> ts1,
@NonNull Function1<? super T1,Either<L,T2>> ts2) |
Creates a lazy For-comprehension over two Eithers.
|
static <L,T1,T2,T3> API.ForLazy3Either<L,T1,T2,T3> |
API.For(@NonNull Either<L,T1> ts1,
@NonNull Function1<? super T1,Either<L,T2>> ts2,
@NonNull Function2<? super T1,? super T2,Either<L,T3>> ts3) |
Creates a lazy For-comprehension over three Eithers.
|
static <L,T1,T2,T3,T4> API.ForLazy4Either<L,T1,T2,T3,T4> |
API.For(@NonNull Either<L,T1> ts1,
@NonNull Function1<? super T1,Either<L,T2>> ts2,
@NonNull Function2<? super T1,? super T2,Either<L,T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,Either<L,T4>> ts4) |
Creates a lazy For-comprehension over 4 Eithers.
|
static <L,T1,T2,T3,T4,T5> API.ForLazy5Either<L,T1,T2,T3,T4,T5> |
API.For(@NonNull Either<L,T1> ts1,
@NonNull Function1<? super T1,Either<L,T2>> ts2,
@NonNull Function2<? super T1,? super T2,Either<L,T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,Either<L,T4>> ts4,
@NonNull Function4<? super T1,? super T2,? super T3,? super T4,Either<L,T5>> ts5) |
Creates a lazy For-comprehension over 5 Eithers.
|
static <L,T1,T2,T3,T4,T5,T6> API.ForLazy6Either<L,T1,T2,T3,T4,T5,T6> |
API.For(@NonNull Either<L,T1> ts1,
@NonNull Function1<? super T1,Either<L,T2>> ts2,
@NonNull Function2<? super T1,? super T2,Either<L,T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,Either<L,T4>> ts4,
@NonNull Function4<? super T1,? super T2,? super T3,? super T4,Either<L,T5>> ts5,
@NonNull Function5<? super T1,? super T2,? super T3,? super T4,? super T5,Either<L,T6>> ts6) |
Creates a lazy For-comprehension over 6 Eithers.
|
static <L,T1,T2,T3,T4,T5,T6,T7> API.ForLazy7Either<L,T1,T2,T3,T4,T5,T6,T7> |
API.For(@NonNull Either<L,T1> ts1,
@NonNull Function1<? super T1,Either<L,T2>> ts2,
@NonNull Function2<? super T1,? super T2,Either<L,T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,Either<L,T4>> ts4,
@NonNull Function4<? super T1,? super T2,? super T3,? super T4,Either<L,T5>> ts5,
@NonNull Function5<? super T1,? super T2,? super T3,? super T4,? super T5,Either<L,T6>> ts6,
@NonNull Function6<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,Either<L,T7>> ts7) |
Creates a lazy For-comprehension over 7 Eithers.
|
static <L,T1,T2,T3,T4,T5,T6,T7,T8> API.ForLazy8Either<L,T1,T2,T3,T4,T5,T6,T7,T8> |
API.For(@NonNull Either<L,T1> ts1,
@NonNull Function1<? super T1,Either<L,T2>> ts2,
@NonNull Function2<? super T1,? super T2,Either<L,T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,Either<L,T4>> ts4,
@NonNull Function4<? super T1,? super T2,? super T3,? super T4,Either<L,T5>> ts5,
@NonNull Function5<? super T1,? super T2,? super T3,? super T4,? super T5,Either<L,T6>> ts6,
@NonNull Function6<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,Either<L,T7>> ts7,
@NonNull Function7<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,Either<L,T8>> ts8) |
Creates a lazy For-comprehension over 8 Eithers.
|
static <T1,T2> API.ForLazy2Option<T1,T2> |
API.For(@NonNull Option<T1> ts1,
@NonNull Function1<? super T1,Option<T2>> ts2) |
Creates a lazy For-comprehension over two Options.
|
static <T1,T2,T3> API.ForLazy3Option<T1,T2,T3> |
API.For(@NonNull Option<T1> ts1,
@NonNull Function1<? super T1,Option<T2>> ts2,
@NonNull Function2<? super T1,? super T2,Option<T3>> ts3) |
Creates a lazy For-comprehension over three Options.
|
static <T1,T2,T3,T4> API.ForLazy4Option<T1,T2,T3,T4> |
API.For(@NonNull Option<T1> ts1,
@NonNull Function1<? super T1,Option<T2>> ts2,
@NonNull Function2<? super T1,? super T2,Option<T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,Option<T4>> ts4) |
Creates a lazy For-comprehension over 4 Options.
|
static <T1,T2,T3,T4,T5> API.ForLazy5Option<T1,T2,T3,T4,T5> |
API.For(@NonNull Option<T1> ts1,
@NonNull Function1<? super T1,Option<T2>> ts2,
@NonNull Function2<? super T1,? super T2,Option<T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,Option<T4>> ts4,
@NonNull Function4<? super T1,? super T2,? super T3,? super T4,Option<T5>> ts5) |
Creates a lazy For-comprehension over 5 Options.
|
static <T1,T2,T3,T4,T5,T6> API.ForLazy6Option<T1,T2,T3,T4,T5,T6> |
API.For(@NonNull Option<T1> ts1,
@NonNull Function1<? super T1,Option<T2>> ts2,
@NonNull Function2<? super T1,? super T2,Option<T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,Option<T4>> ts4,
@NonNull Function4<? super T1,? super T2,? super T3,? super T4,Option<T5>> ts5,
@NonNull Function5<? super T1,? super T2,? super T3,? super T4,? super T5,Option<T6>> ts6) |
Creates a lazy For-comprehension over 6 Options.
|
static <T1,T2,T3,T4,T5,T6,T7> API.ForLazy7Option<T1,T2,T3,T4,T5,T6,T7> |
API.For(@NonNull Option<T1> ts1,
@NonNull Function1<? super T1,Option<T2>> ts2,
@NonNull Function2<? super T1,? super T2,Option<T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,Option<T4>> ts4,
@NonNull Function4<? super T1,? super T2,? super T3,? super T4,Option<T5>> ts5,
@NonNull Function5<? super T1,? super T2,? super T3,? super T4,? super T5,Option<T6>> ts6,
@NonNull Function6<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,Option<T7>> ts7) |
Creates a lazy For-comprehension over 7 Options.
|
static <T1,T2,T3,T4,T5,T6,T7,T8> API.ForLazy8Option<T1,T2,T3,T4,T5,T6,T7,T8> |
API.For(@NonNull Option<T1> ts1,
@NonNull Function1<? super T1,Option<T2>> ts2,
@NonNull Function2<? super T1,? super T2,Option<T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,Option<T4>> ts4,
@NonNull Function4<? super T1,? super T2,? super T3,? super T4,Option<T5>> ts5,
@NonNull Function5<? super T1,? super T2,? super T3,? super T4,? super T5,Option<T6>> ts6,
@NonNull Function6<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,Option<T7>> ts7,
@NonNull Function7<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,Option<T8>> ts8) |
Creates a lazy For-comprehension over 8 Options.
|
static <T1,T2> API.ForLazy2Try<T1,T2> |
API.For(@NonNull Try<T1> ts1,
@NonNull Function1<? super T1,Try<T2>> ts2) |
Creates a lazy For-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 lazy For-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 lazy For-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 lazy For-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 lazy For-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 lazy For-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 lazy For-comprehension over 8 Trys.
|
static <L,T1,T2> API.ForLazy2Validation<L,T1,T2> |
API.For(@NonNull Validation<L,T1> ts1,
@NonNull Function1<? super T1,Validation<L,T2>> ts2) |
Creates a lazy For-comprehension over two Validations.
|
static <L,T1,T2,T3> API.ForLazy3Validation<L,T1,T2,T3> |
API.For(@NonNull Validation<L,T1> ts1,
@NonNull Function1<? super T1,Validation<L,T2>> ts2,
@NonNull Function2<? super T1,? super T2,Validation<L,T3>> ts3) |
Creates a lazy For-comprehension over three Validations.
|
static <L,T1,T2,T3,T4> API.ForLazy4Validation<L,T1,T2,T3,T4> |
API.For(@NonNull Validation<L,T1> ts1,
@NonNull Function1<? super T1,Validation<L,T2>> ts2,
@NonNull Function2<? super T1,? super T2,Validation<L,T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,Validation<L,T4>> ts4) |
Creates a lazy For-comprehension over 4 Validations.
|
static <L,T1,T2,T3,T4,T5> API.ForLazy5Validation<L,T1,T2,T3,T4,T5> |
API.For(@NonNull Validation<L,T1> ts1,
@NonNull Function1<? super T1,Validation<L,T2>> ts2,
@NonNull Function2<? super T1,? super T2,Validation<L,T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,Validation<L,T4>> ts4,
@NonNull Function4<? super T1,? super T2,? super T3,? super T4,Validation<L,T5>> ts5) |
Creates a lazy For-comprehension over 5 Validations.
|
static <L,T1,T2,T3,T4,T5,T6> API.ForLazy6Validation<L,T1,T2,T3,T4,T5,T6> |
API.For(@NonNull Validation<L,T1> ts1,
@NonNull Function1<? super T1,Validation<L,T2>> ts2,
@NonNull Function2<? super T1,? super T2,Validation<L,T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,Validation<L,T4>> ts4,
@NonNull Function4<? super T1,? super T2,? super T3,? super T4,Validation<L,T5>> ts5,
@NonNull Function5<? super T1,? super T2,? super T3,? super T4,? super T5,Validation<L,T6>> ts6) |
Creates a lazy For-comprehension over 6 Validations.
|
static <L,T1,T2,T3,T4,T5,T6,T7> API.ForLazy7Validation<L,T1,T2,T3,T4,T5,T6,T7> |
API.For(@NonNull Validation<L,T1> ts1,
@NonNull Function1<? super T1,Validation<L,T2>> ts2,
@NonNull Function2<? super T1,? super T2,Validation<L,T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,Validation<L,T4>> ts4,
@NonNull Function4<? super T1,? super T2,? super T3,? super T4,Validation<L,T5>> ts5,
@NonNull Function5<? super T1,? super T2,? super T3,? super T4,? super T5,Validation<L,T6>> ts6,
@NonNull Function6<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,Validation<L,T7>> ts7) |
Creates a lazy For-comprehension over 7 Validations.
|
static <L,T1,T2,T3,T4,T5,T6,T7,T8> API.ForLazy8Validation<L,T1,T2,T3,T4,T5,T6,T7,T8> |
API.For(@NonNull Validation<L,T1> ts1,
@NonNull Function1<? super T1,Validation<L,T2>> ts2,
@NonNull Function2<? super T1,? super T2,Validation<L,T3>> ts3,
@NonNull Function3<? super T1,? super T2,? super T3,Validation<L,T4>> ts4,
@NonNull Function4<? super T1,? super T2,? super T3,? super T4,Validation<L,T5>> ts5,
@NonNull Function5<? super T1,? super T2,? super T3,? super T4,? super T5,Validation<L,T6>> ts6,
@NonNull Function6<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,Validation<L,T7>> ts7,
@NonNull Function7<? super T1,? super T2,? super T3,? super T4,? super T5,? super T6,? super T7,Validation<L,T8>> ts8) |
Creates a lazy For-comprehension over 8 Validations.
|
static <T1,R> Function1<T1,R> |
API.Function(Function1<T1,R> methodReference) |
|
static <T1,R> Function1<T1,R> |
Function1.narrow(Function1<? super T1,? extends R> f) |
Narrows the given Function1<? super T1, ? extends R> to Function1<T1, R>
|
static <T1,R> Function1<T1,R> |
Function1.of(@NonNull Function1<T1,R> methodReference) |
|