Uses of Interface
io.vavr.Function1
Packages that use Function1
Package
Description
Beside
API the io.vavr package contains core types like (Checked)Functions and Tuples.Purely functional collections based on Traversable.
-
Uses of Function1 in io.vavr
Modifier and TypeInterfaceDescriptionstatic interfaceAPI.Match.Case<T,R> Base interface for all the Casesstatic interfaceAPI.Match.Pattern<T,R> A Pattern is a partialFunctionin the sense that a function applications returns an optional result of typeOption<R>.interfacePartialFunction<T,R> Represents a partial functionT -> Rthat may not be defined for all input values of typeT.Modifier and TypeClassDescriptionstatic final classAPI.Match.Case0<T,R> API.Match.Caseimplementation for simplest casestatic final classAPI.Match.Case1<T,T1, R> API.Match.Caseimplementation for a case with 1 intermediate typestatic final classAPI.Match.Case2<T,T1, T2, R> API.Match.Caseimplementation for a case with 2 intermediate typesstatic final classAPI.Match.Case3<T,T1, T2, T3, R> API.Match.Caseimplementation for a case with 3 intermediate typesstatic final classAPI.Match.Case4<T,T1, T2, T3, T4, R> API.Match.Caseimplementation for a case with 4 intermediate typesstatic final classAPI.Match.Case5<T,T1, T2, T3, T4, T5, R> API.Match.Caseimplementation for a case with 5 intermediate typesstatic final classAPI.Match.Case6<T,T1, T2, T3, T4, T5, T6, R> API.Match.Caseimplementation for a case with 6 intermediate typesstatic final classAPI.Match.Case7<T,T1, T2, T3, T4, T5, T6, T7, R> API.Match.Caseimplementation for a case with 7 intermediate typesstatic final classAPI.Match.Case8<T,T1, T2, T3, T4, T5, T6, T7, T8, R> API.Match.Caseimplementation for a case with 8 intermediate typesstatic classAAPI.Match.Patternimplementation for the simplest patternstatic classAPI.Match.Pattern1<T,T1> AAPI.Match.Patternimplementation for the pattern with 1 intermediate typestatic classAPI.Match.Pattern2<T,T1, T2> AAPI.Match.Patternimplementation for the pattern with 2 intermediate typesstatic classAPI.Match.Pattern3<T,T1, T2, T3> AAPI.Match.Patternimplementation for the pattern with 3 intermediate typesstatic classAPI.Match.Pattern4<T,T1, T2, T3, T4> AAPI.Match.Patternimplementation for the pattern with 4 intermediate typesstatic classAPI.Match.Pattern5<T,T1, T2, T3, T4, T5> AAPI.Match.Patternimplementation for the pattern with 5 intermediate typesstatic classAPI.Match.Pattern6<T,T1, T2, T3, T4, T5, T6> AAPI.Match.Patternimplementation for the pattern with 6 intermediate typesstatic classAPI.Match.Pattern7<T,T1, T2, T3, T4, T5, T6, T7> AAPI.Match.Patternimplementation for the pattern with 7 intermediate typesstatic classAPI.Match.Pattern8<T,T1, T2, T3, T4, T5, T6, T7, T8> AAPI.Match.Patternimplementation for the pattern with 8 intermediate typesModifier and TypeFieldDescriptionAPI.ForLazy2Either.ts2API.ForLazy2Future.ts2API.ForLazy2List.ts2API.ForLazy2Option.ts2API.ForLazy2Try.ts2private final Function1<? super T1, Validation<L, T2>> API.ForLazy2Validation.ts2API.ForLazy3Either.ts2API.ForLazy3Future.ts2API.ForLazy3List.ts2API.ForLazy3Option.ts2API.ForLazy3Try.ts2private final Function1<? super T1, Validation<L, T2>> API.ForLazy3Validation.ts2API.ForLazy4Either.ts2API.ForLazy4Future.ts2API.ForLazy4List.ts2API.ForLazy4Option.ts2API.ForLazy4Try.ts2private final Function1<? super T1, Validation<L, T2>> API.ForLazy4Validation.ts2API.ForLazy5Either.ts2API.ForLazy5Future.ts2API.ForLazy5List.ts2API.ForLazy5Option.ts2API.ForLazy5Try.ts2private final Function1<? super T1, Validation<L, T2>> API.ForLazy5Validation.ts2API.ForLazy6Either.ts2API.ForLazy6Future.ts2API.ForLazy6List.ts2API.ForLazy6Option.ts2API.ForLazy6Try.ts2private final Function1<? super T1, Validation<L, T2>> API.ForLazy6Validation.ts2API.ForLazy7Either.ts2API.ForLazy7Future.ts2API.ForLazy7List.ts2API.ForLazy7Option.ts2API.ForLazy7Try.ts2private final Function1<? super T1, Validation<L, T2>> API.ForLazy7Validation.ts2API.ForLazy8Either.ts2API.ForLazy8Future.ts2API.ForLazy8List.ts2API.ForLazy8Option.ts2API.ForLazy8Try.ts2private final Function1<? super T1, Validation<L, T2>> API.ForLazy8Validation.ts2Modifier and TypeMethodDescriptionReturns a composed function that first applies this Function1 to the given argument and then applies Functionafterto the result.Applies this function partially to one argument.Applies this function partially to two arguments.Applies this function partially to three arguments.Applies this function partially to 4 arguments.Applies this function partially to 5 arguments.Applies this function partially to 6 arguments.Applies this function partially to 7 arguments.Returns a composed function that first applies the Functionbeforethe given argument and then applies this Function1 to the result.Returns a composed function that first applies the Functionbeforeto the 1st argument and then applies this Function1 to the result.static <T1,R> Function1 <T1, R> Function1.constant(R value) Returns a function that always returns the constant value that you give in parameter.default Function1<T1, CheckedFunction1<T2, R>> CheckedFunction2.curried()Returns a curried version of this function.CheckedFunction3.curried()Returns a curried version of this function.CheckedFunction4.curried()Returns a curried version of this function.CheckedFunction5.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, CheckedFunction1<T6, R>>>>>> CheckedFunction6.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, CheckedFunction1<T7, R>>>>>>> CheckedFunction7.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, Function1<T7, CheckedFunction1<T8, R>>>>>>>> CheckedFunction8.curried()Returns a curried version of this function.Function1.curried()Returns a curried version of this function.Function2.curried()Returns a curried version of this function.Function3.curried()Returns a curried version of this function.Function4.curried()Returns a curried version of this function.Function5.curried()Returns a curried version of this function.Function6.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, Function1<T7, R>>>>>>> Function7.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, Function1<T7, Function1<T8, R>>>>>>>> Function8.curried()Returns a curried version of this function.static <T1,R> Function1 <T1, R> Alias forof(Function1)static <T> Function1<T, T> Function1.identity()Returns the identity Function1, i.e.CheckedFunction1.lift(@NonNull CheckedFunction1<? super T1, ? extends R> partialFunction) Lifts the givenpartialFunctioninto a total function that returns anOptionresult.Lifts the givenpartialFunctioninto a total function that returns anOptionresult.PartialFunction.lift()Lifts this partial function into a total function that returns anOptionresult.CheckedFunction1.liftTry(@NonNull CheckedFunction1<? super T1, ? extends R> partialFunction) Lifts the givenpartialFunctioninto a total function that returns anTryresult.Lifts the givenpartialFunctioninto a total function that returns anTryresult.Function1.memoized()Returns a memoizing version of this function, which computes the return value for given arguments only one time.static <T1,R> Function1 <T1, R> Narrows the givenFunction1<? super T1, ? extends R>toFunction1<T1, R>static <T1,R> Function1 <T1, R> CheckedFunction1.recover(@NonNull Function<? super Throwable, ? extends Function<? super T1, ? extends R>> recover) Return a composed function that first applies this CheckedFunction1 to the given arguments and in case of throwable try to get value fromrecoverfunction with same arguments and throwable information.Function1.reversed()Returns a reversed version of this function.Function0.tupled()Returns a tupled version of this function.Function1.tupled()Returns a tupled version of this function.Function2.tupled()Returns a tupled version of this function.Function3.tupled()Returns a tupled version of this function.Function4.tupled()Returns a tupled version of this function.Function5.tupled()Returns a tupled version of this function.Function6.tupled()Returns a tupled version of this function.Function7.tupled()Returns a tupled version of this function.Function8.tupled()Returns a tupled version of this function.static <T1,R> Function1 <T1, R> API.unchecked(CheckedFunction1<T1, R> f) Alias forCheckedFunction1.unchecked()CheckedFunction1.unchecked()Returns an unchecked function that will sneaky throw if an exceptions occurs when applying the function.Modifier and TypeMethodDescriptionCheckedFunction3.curried()Returns a curried version of this function.CheckedFunction4.curried()Returns a curried version of this function.CheckedFunction4.curried()Returns a curried version of this function.CheckedFunction5.curried()Returns a curried version of this function.CheckedFunction5.curried()Returns a curried version of this function.CheckedFunction5.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, CheckedFunction1<T6, R>>>>>> CheckedFunction6.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, CheckedFunction1<T6, R>>>>>> CheckedFunction6.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, CheckedFunction1<T6, R>>>>>> CheckedFunction6.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, CheckedFunction1<T6, R>>>>>> CheckedFunction6.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, CheckedFunction1<T7, R>>>>>>> CheckedFunction7.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, CheckedFunction1<T7, R>>>>>>> CheckedFunction7.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, CheckedFunction1<T7, R>>>>>>> CheckedFunction7.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, CheckedFunction1<T7, R>>>>>>> CheckedFunction7.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, CheckedFunction1<T7, R>>>>>>> CheckedFunction7.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, Function1<T7, CheckedFunction1<T8, R>>>>>>>> CheckedFunction8.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, Function1<T7, CheckedFunction1<T8, R>>>>>>>> CheckedFunction8.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, Function1<T7, CheckedFunction1<T8, R>>>>>>>> CheckedFunction8.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, Function1<T7, CheckedFunction1<T8, R>>>>>>>> CheckedFunction8.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, Function1<T7, CheckedFunction1<T8, R>>>>>>>> CheckedFunction8.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, Function1<T7, CheckedFunction1<T8, R>>>>>>>> CheckedFunction8.curried()Returns a curried version of this function.Function2.curried()Returns a curried version of this function.Function3.curried()Returns a curried version of this function.Function3.curried()Returns a curried version of this function.Function4.curried()Returns a curried version of this function.Function4.curried()Returns a curried version of this function.Function4.curried()Returns a curried version of this function.Function5.curried()Returns a curried version of this function.Function5.curried()Returns a curried version of this function.Function5.curried()Returns a curried version of this function.Function5.curried()Returns a curried version of this function.Function6.curried()Returns a curried version of this function.Function6.curried()Returns a curried version of this function.Function6.curried()Returns a curried version of this function.Function6.curried()Returns a curried version of this function.Function6.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, Function1<T7, R>>>>>>> Function7.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, Function1<T7, R>>>>>>> Function7.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, Function1<T7, R>>>>>>> Function7.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, Function1<T7, R>>>>>>> Function7.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, Function1<T7, R>>>>>>> Function7.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, Function1<T7, R>>>>>>> Function7.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, Function1<T7, Function1<T8, R>>>>>>>> Function8.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, Function1<T7, Function1<T8, R>>>>>>>> Function8.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, Function1<T7, Function1<T8, R>>>>>>>> Function8.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, Function1<T7, Function1<T8, R>>>>>>>> Function8.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, Function1<T7, Function1<T8, R>>>>>>>> Function8.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, Function1<T7, Function1<T8, R>>>>>>>> Function8.curried()Returns a curried version of this function.default Function1<T1, Function1<T2, Function1<T3, Function1<T4, Function1<T5, Function1<T6, Function1<T7, Function1<T8, R>>>>>>>> Function8.curried()Returns a curried version of this function.Modifier and TypeMethodDescriptiondefault <S> CheckedFunction1<S, R> Returns a composed function that first applies the Functionbeforeto the 1st argument and then applies this CheckedFunction1 to the result.default <S> CheckedFunction2<S, T2, R> Returns a composed function that first applies the Functionbeforeto the 1st argument and then applies this CheckedFunction2 to the result and the other argument.default <S> CheckedFunction3<S, T2, T3, R> Returns a composed function that first applies the Functionbeforeto the 1st argument and then applies this CheckedFunction3 to the result and the other arguments.default <S> CheckedFunction4<S, T2, T3, T4, R> Returns a composed function that first applies the Functionbeforeto the 1st argument and then applies this CheckedFunction4 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 1st argument and then applies this CheckedFunction5 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 1st argument and then applies this CheckedFunction6 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 1st argument and then applies this CheckedFunction7 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 1st argument and then applies this CheckedFunction8 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 1st argument and then applies this Function1 to the result.Returns a composed function that first applies the Functionbeforeto the 1st argument and then applies this Function2 to the result and the other argument.Returns a composed function that first applies the Functionbeforeto the 1st argument and then applies this Function3 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 1st argument and then applies this Function4 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 1st argument and then applies this Function5 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 1st argument and then applies this Function6 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 1st argument and then applies this Function7 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 1st argument and then applies this Function8 to the result and the other arguments.default <S> CheckedFunction2<T1, S, R> Returns a composed function that first applies the Functionbeforeto the 2nd argument and then applies this CheckedFunction2 to the result and the other argument.default <S> CheckedFunction3<T1, S, T3, R> Returns a composed function that first applies the Functionbeforeto the 2nd argument and then applies this CheckedFunction3 to the result and the other arguments.default <S> CheckedFunction4<T1, S, T3, T4, R> Returns a composed function that first applies the Functionbeforeto the 2nd argument and then applies this CheckedFunction4 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 2nd argument and then applies this CheckedFunction5 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 2nd argument and then applies this CheckedFunction6 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 2nd argument and then applies this CheckedFunction7 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 2nd argument and then applies this CheckedFunction8 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 2nd argument and then applies this Function2 to the result and the other argument.Returns a composed function that first applies the Functionbeforeto the 2nd argument and then applies this Function3 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 2nd argument and then applies this Function4 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 2nd argument and then applies this Function5 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 2nd argument and then applies this Function6 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 2nd argument and then applies this Function7 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 2nd argument and then applies this Function8 to the result and the other arguments.default <S> CheckedFunction3<T1, T2, S, R> Returns a composed function that first applies the Functionbeforeto the 3rd argument and then applies this CheckedFunction3 to the result and the other arguments.default <S> CheckedFunction4<T1, T2, S, T4, R> Returns a composed function that first applies the Functionbeforeto the 3rd argument and then applies this CheckedFunction4 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 3rd argument and then applies this CheckedFunction5 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 3rd argument and then applies this CheckedFunction6 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 3rd argument and then applies this CheckedFunction7 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 3rd argument and then applies this CheckedFunction8 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 3rd argument and then applies this Function3 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 3rd argument and then applies this Function4 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 3rd argument and then applies this Function5 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 3rd argument and then applies this Function6 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 3rd argument and then applies this Function7 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 3rd argument and then applies this Function8 to the result and the other arguments.default <S> CheckedFunction4<T1, T2, T3, S, R> Returns a composed function that first applies the Functionbeforeto the 4th argument and then applies this CheckedFunction4 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 4th argument and then applies this CheckedFunction5 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 4th argument and then applies this CheckedFunction6 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 4th argument and then applies this CheckedFunction7 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 4th argument and then applies this CheckedFunction8 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 4th argument and then applies this Function4 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 4th argument and then applies this Function5 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 4th argument and then applies this Function6 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 4th argument and then applies this Function7 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 4th argument and then applies this Function8 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 5th argument and then applies this CheckedFunction5 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 5th argument and then applies this CheckedFunction6 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 5th argument and then applies this CheckedFunction7 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 5th argument and then applies this CheckedFunction8 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 5th argument and then applies this Function5 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 5th argument and then applies this Function6 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 5th argument and then applies this Function7 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 5th argument and then applies this Function8 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 6th argument and then applies this CheckedFunction6 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 6th argument and then applies this CheckedFunction7 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 6th argument and then applies this CheckedFunction8 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 6th argument and then applies this Function6 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 6th argument and then applies this Function7 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 6th argument and then applies this Function8 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 7th argument and then applies this CheckedFunction7 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 7th argument and then applies this CheckedFunction8 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 7th argument and then applies this Function7 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 7th argument and then applies this Function8 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 8th argument and then applies this CheckedFunction8 to the result and the other arguments.Returns a composed function that first applies the Functionbeforeto the 8th argument and then applies this Function8 to the result and the other arguments.static <T1,T2> API.ForLazy2List <T1, T2> Creates a lazyFor-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 lazyFor-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 lazyFor-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 lazyFor-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 lazyFor-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 lazyFor-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 lazyFor-comprehension over 8 Lists.static <T1,T2> API.ForLazy2Future <T1, T2> Creates a lazyFor-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 lazyFor-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 lazyFor-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 lazyFor-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 lazyFor-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 lazyFor-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 lazyFor-comprehension over 8 Futures.static <L,T1, T2>
API.ForLazy2Either<L, T1, T2> Creates a lazyFor-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 lazyFor-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 lazyFor-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 lazyFor-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 lazyFor-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 lazyFor-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 lazyFor-comprehension over 8 Eithers.static <T1,T2> API.ForLazy2Option <T1, T2> Creates a lazyFor-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 lazyFor-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 lazyFor-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 lazyFor-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 lazyFor-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 lazyFor-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 lazyFor-comprehension over 8 Options.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 <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 lazyFor-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 lazyFor-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 lazyFor-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 lazyFor-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 lazyFor-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 lazyFor-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 lazyFor-comprehension over 8 Validations.static <T1,R> Function1 <T1, R> Alias forof(Function1)static <T1,R> Function1 <T1, R> Narrows the givenFunction1<? super T1, ? extends R>toFunction1<T1, R>static <T1,R> Function1 <T1, R> ModifierConstructorDescriptionprivateprivateprivateprivateprivateprivateForLazy2Validation(Validation<L, T1> ts1, Function1<? super T1, Validation<L, T2>> ts2) privateForLazy3Either(Either<L, T1> ts1, Function1<? super T1, Either<L, T2>> ts2, Function2<? super T1, ? super T2, Either<L, T3>> ts3) privateForLazy3Future(Future<T1> ts1, Function1<? super T1, Future<T2>> ts2, Function2<? super T1, ? super T2, Future<T3>> ts3) privateForLazy3List(List<T1> ts1, Function1<? super T1, List<T2>> ts2, Function2<? super T1, ? super T2, List<T3>> ts3) privateForLazy3Option(Option<T1> ts1, Function1<? super T1, Option<T2>> ts2, Function2<? super T1, ? super T2, Option<T3>> ts3) privateForLazy3Try(Try<T1> ts1, Function1<? super T1, Try<T2>> ts2, Function2<? super T1, ? super T2, Try<T3>> ts3) privateForLazy3Validation(Validation<L, T1> ts1, Function1<? super T1, Validation<L, T2>> ts2, Function2<? super T1, ? super T2, Validation<L, T3>> ts3) privateForLazy4Either(Either<L, T1> ts1, Function1<? super T1, Either<L, T2>> ts2, Function2<? super T1, ? super T2, Either<L, T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Either<L, T4>> ts4) privateForLazy4Future(Future<T1> ts1, Function1<? super T1, Future<T2>> ts2, Function2<? super T1, ? super T2, Future<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Future<T4>> ts4) privateForLazy4List(List<T1> ts1, Function1<? super T1, List<T2>> ts2, Function2<? super T1, ? super T2, List<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, List<T4>> ts4) privateForLazy4Option(Option<T1> ts1, Function1<? super T1, Option<T2>> ts2, Function2<? super T1, ? super T2, Option<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Option<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) privateForLazy4Validation(Validation<L, T1> ts1, Function1<? super T1, Validation<L, T2>> ts2, Function2<? super T1, ? super T2, Validation<L, T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Validation<L, T4>> ts4) privateForLazy5Either(Either<L, T1> ts1, Function1<? super T1, Either<L, T2>> ts2, Function2<? super T1, ? super T2, Either<L, T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Either<L, T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Either<L, T5>> ts5) privateForLazy5Future(Future<T1> ts1, Function1<? super T1, Future<T2>> ts2, Function2<? super T1, ? super T2, Future<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Future<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Future<T5>> ts5) privateForLazy5List(List<T1> ts1, Function1<? super T1, List<T2>> ts2, Function2<? super T1, ? super T2, List<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, List<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, List<T5>> ts5) privateForLazy5Option(Option<T1> ts1, Function1<? super T1, Option<T2>> ts2, Function2<? super T1, ? super T2, Option<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Option<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Option<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) privateForLazy5Validation(Validation<L, T1> ts1, Function1<? super T1, Validation<L, T2>> ts2, Function2<? super T1, ? super T2, Validation<L, T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Validation<L, T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Validation<L, T5>> ts5) privateForLazy6Either(Either<L, T1> ts1, Function1<? super T1, Either<L, T2>> ts2, Function2<? super T1, ? super T2, Either<L, T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Either<L, T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Either<L, T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Either<L, T6>> ts6) privateForLazy6Future(Future<T1> ts1, Function1<? super T1, Future<T2>> ts2, Function2<? super T1, ? super T2, Future<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Future<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Future<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Future<T6>> ts6) privateForLazy6List(List<T1> ts1, Function1<? super T1, List<T2>> ts2, Function2<? super T1, ? super T2, List<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, List<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, List<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, List<T6>> ts6) privateForLazy6Option(Option<T1> ts1, Function1<? super T1, Option<T2>> ts2, Function2<? super T1, ? super T2, Option<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Option<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Option<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Option<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) privateForLazy6Validation(Validation<L, T1> ts1, Function1<? super T1, Validation<L, T2>> ts2, Function2<? super T1, ? super T2, Validation<L, T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Validation<L, T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Validation<L, T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Validation<L, T6>> ts6) privateForLazy7Either(Either<L, T1> ts1, Function1<? super T1, Either<L, T2>> ts2, Function2<? super T1, ? super T2, Either<L, T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Either<L, T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Either<L, T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Either<L, T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, Either<L, T7>> ts7) privateForLazy7Future(Future<T1> ts1, Function1<? super T1, Future<T2>> ts2, Function2<? super T1, ? super T2, Future<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Future<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Future<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Future<T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, Future<T7>> ts7) privateForLazy7List(List<T1> ts1, Function1<? super T1, List<T2>> ts2, Function2<? super T1, ? super T2, List<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, List<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, List<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, List<T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, List<T7>> ts7) privateForLazy7Option(Option<T1> ts1, Function1<? super T1, Option<T2>> ts2, Function2<? super T1, ? super T2, Option<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Option<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Option<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Option<T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, Option<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) privateForLazy7Validation(Validation<L, T1> ts1, Function1<? super T1, Validation<L, T2>> ts2, Function2<? super T1, ? super T2, Validation<L, T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Validation<L, T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Validation<L, T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Validation<L, T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, Validation<L, T7>> ts7) privateForLazy8Either(Either<L, T1> ts1, Function1<? super T1, Either<L, T2>> ts2, Function2<? super T1, ? super T2, Either<L, T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Either<L, T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Either<L, T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Either<L, T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, Either<L, T7>> ts7, Function7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, Either<L, T8>> ts8) privateForLazy8Future(Future<T1> ts1, Function1<? super T1, Future<T2>> ts2, Function2<? super T1, ? super T2, Future<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Future<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Future<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Future<T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, Future<T7>> ts7, Function7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, Future<T8>> ts8) privateForLazy8List(List<T1> ts1, Function1<? super T1, List<T2>> ts2, Function2<? super T1, ? super T2, List<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, List<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, List<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, List<T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, List<T7>> ts7, Function7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, List<T8>> ts8) privateForLazy8Option(Option<T1> ts1, Function1<? super T1, Option<T2>> ts2, Function2<? super T1, ? super T2, Option<T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Option<T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Option<T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Option<T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, Option<T7>> ts7, Function7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, Option<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) privateForLazy8Validation(Validation<L, T1> ts1, Function1<? super T1, Validation<L, T2>> ts2, Function2<? super T1, ? super T2, Validation<L, T3>> ts3, Function3<? super T1, ? super T2, ? super T3, Validation<L, T4>> ts4, Function4<? super T1, ? super T2, ? super T3, ? super T4, Validation<L, T5>> ts5, Function5<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, Validation<L, T6>> ts6, Function6<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, Validation<L, T7>> ts7, Function7<? super T1, ? super T2, ? super T3, ? super T4, ? super T5, ? super T6, ? super T7, Validation<L, T8>> ts8) -
Uses of Function1 in io.vavr.collection
Subinterfaces of Function1 in io.vavr.collectionModifier and TypeInterfaceDescriptioninterfaceBitSet<T>An immutableBitSetimplementation.interfaceIndexedSeq<T>Represents an immutable, indexed sequence of elements.interfaceLinearSeq<T>Interface for immutable, linear sequences.interfaceList<T>An immutableListis an eager sequence of elements.interfaceMap<K,V> An immutableMapinterface.interfaceMultimap<K,V> An immutableMultimapinterface.interfaceSeq<T>Base interface for immutable, sequential collections.interfaceSet<T>An immutableSetinterface.interfaceSortedMap<K,V> An immutableSortedMapinterface.interfaceSortedMultimap<K,V> An immutableSortedMultimapinterface.interfaceSortedSet<T>An immutableSortedSetinterface.interfaceStream<T>An immutableStreamis lazy sequence of elements which may be infinitely long.Classes in io.vavr.collection that implement Function1Modifier and TypeClassDescription(package private) classAbstractMultimap<K,V, M extends Multimap<K, V>> An abstract base implementation of theMultimapinterface that provides common functionality for concrete Multimap implementations.final classArray<T>Array is an immutable Traversable wrapper forObject[]containing elements of typeT.static classstatic classstatic classstatic classfinal classThe CharSeq (read: character sequence) collection essentially is a rich String wrapper having all operations we know from the functional Vavr collections.final classHashMap<K,V> An immutableHashMapimplementation based on a Hash array mapped trie (HAMT).final classHashMultimap<K,V> final classHashSet<T>An immutableHashSetimplementation.final classLinkedHashMap<K,V> An immutableLinkedHashMapimplementation that has predictable (insertion-order) iteration.final classLinkedHashMultimap<K,V> ALinkedHashMap-based implementation ofMultimapfinal classAn immutableHashSetimplementation that has predictable (insertion-order) iteration.static final classList.Cons<T>Non-emptyList, consisting of aheadand atail.static final classList.Nil<T>Representation of the singleton emptyList.final classQueue<T>An immutableQueuestores elements allowing a first-in-first-out (FIFO) retrieval.static classStream.Cons<T>Non-emptyStream, consisting of ahead, andtail.static final classStream.Empty<T>The empty Stream.static final classstatic final classfinal classTreeMap<K,V> An immutableSortedMapimplementation backed by a Red-Black tree.final classTreeMultimap<K,V> final classTreeSet<T>SortedSet implementation, backed by a Red/Black Tree.final classVector<T>Vector is the default Seq implementation that provides effectively constant time access to any element.Fields in io.vavr.collection declared as Function1Modifier and TypeFieldDescriptionBitSet.Builder.fromIntBitSetModule.AbstractBitSet.fromIntBitSet.Builder.toIntBitSetModule.AbstractBitSet.toIntMethods in io.vavr.collection that return Function1Modifier and TypeMethodDescriptionMap.lift()Turns this map into a plain function returning an Option result.Seq.lift()Deprecated.Will be removedMap.withDefault(@NonNull Function<? super K, ? extends V> defaultFunction) Deprecated.Will be removedSeq.withDefault(@NonNull Function<? super Integer, ? extends T> defaultFunction) Deprecated.Will be removedMap.withDefaultValue(V defaultValue) Deprecated.Will be removedSeq.withDefaultValue(T defaultValue) Deprecated.Will be removedMethods in io.vavr.collection with parameters of type Function1Modifier and TypeMethodDescriptionstatic <T> BitSet.Builder<T> BitSet.withRelations(Function1<Integer, T> fromInt, Function1<T, Integer> toInt) Returns newBitSetBuilder with custom conversion functions between Integer and type TConstructors in io.vavr.collection with parameters of type Function1ModifierConstructorDescription(package private)(package private)(package private)(package private)(package private)