public class Multiple_bindKt
@NotNull public static <L,A,B,R> Either<L,R> bindAll(@NotNull Either<? extends L,? extends A> partA, @NotNull Either<? extends L,? extends B> partB, @NotNull kotlin.jvm.functions.Function1<? super tech.codingzen.kata.tuple.KTuple2<? extends A,? extends B>,? extends R> block)
L - lpartFt type
A - partA type
B - partB type
R - result type
partA - one of the parts to bindpartB - one of the parts to bindblock - function that accepts all the part values and maps them to a resultblock@NotNull public static <L,A,B,C,R> Either<L,R> bindAll(@NotNull Either<? extends L,? extends A> partA, @NotNull Either<? extends L,? extends B> partB, @NotNull Either<? extends L,? extends C> partC, @NotNull kotlin.jvm.functions.Function1<? super tech.codingzen.kata.tuple.KTuple3<? extends A,? extends B,? extends C>,? extends R> block)
L - lpartFt type
A - partA type
B - partB type
C - partC type
R - result type
partA - one of the parts to bindpartB - one of the parts to bindpartC - one of the parts to bindblock - function that accepts all the part values and maps them to a resultblock@NotNull public static <L,A,B,C,D,R> Either<L,R> bindAll(@NotNull Either<? extends L,? extends A> partA, @NotNull Either<? extends L,? extends B> partB, @NotNull Either<? extends L,? extends C> partC, @NotNull Either<? extends L,? extends D> partD, @NotNull kotlin.jvm.functions.Function1<? super tech.codingzen.kata.tuple.KTuple4<? extends A,? extends B,? extends C,? extends D>,? extends R> block)
L - lpartFt type
A - partA type
B - partB type
C - partC type
D - partD type
R - result type
partA - one of the parts to bindpartB - one of the parts to bindpartC - one of the parts to bindpartD - one of the parts to bindblock - function that accepts all the part values and maps them to a resultblock@NotNull public static <L,A,B,C,D,E,R> Either<L,R> bindAll(@NotNull Either<? extends L,? extends A> partA, @NotNull Either<? extends L,? extends B> partB, @NotNull Either<? extends L,? extends C> partC, @NotNull Either<? extends L,? extends D> partD, @NotNull Either<? extends L,? extends E> partE, @NotNull kotlin.jvm.functions.Function1<? super tech.codingzen.kata.tuple.KTuple5<? extends A,? extends B,? extends C,? extends D,? extends E>,? extends R> block)
L - lpartFt type
A - partA type
B - partB type
C - partC type
D - partD type
E - partE type
R - result type
partA - one of the parts to bindpartB - one of the parts to bindpartC - one of the parts to bindpartD - one of the parts to bindpartE - one of the parts to bindblock - function that accepts all the part values and maps them to a resultblock@NotNull public static <L,A,B,C,D,E,F,R> Either<L,R> bindAll(@NotNull Either<? extends L,? extends A> partA, @NotNull Either<? extends L,? extends B> partB, @NotNull Either<? extends L,? extends C> partC, @NotNull Either<? extends L,? extends D> partD, @NotNull Either<? extends L,? extends E> partE, @NotNull Either<? extends L,? extends F> partF, @NotNull kotlin.jvm.functions.Function1<? super tech.codingzen.kata.tuple.KTuple6<? extends A,? extends B,? extends C,? extends D,? extends E,? extends F>,? extends R> block)
L - lpartFt type
A - partA type
B - partB type
C - partC type
D - partD type
E - partE type
F - partF type
R - result type
partA - one of the parts to bindpartB - one of the parts to bindpartC - one of the parts to bindpartD - one of the parts to bindpartE - one of the parts to bindpartF - one of the parts to bindblock - function that accepts all the part values and maps them to a resultblock@NotNull public static <L,A,B,C,D,E,F,G,R> Either<L,R> bindAll(@NotNull Either<? extends L,? extends A> partA, @NotNull Either<? extends L,? extends B> partB, @NotNull Either<? extends L,? extends C> partC, @NotNull Either<? extends L,? extends D> partD, @NotNull Either<? extends L,? extends E> partE, @NotNull Either<? extends L,? extends F> partF, @NotNull Either<? extends L,? extends G> partG, @NotNull kotlin.jvm.functions.Function1<? super tech.codingzen.kata.tuple.KTuple7<? extends A,? extends B,? extends C,? extends D,? extends E,? extends F,? extends G>,? extends R> block)
L - lpartFt type
A - partA type
B - partB type
C - partC type
D - partD type
E - partE type
F - partF type
G - partG type
R - result type
partA - one of the parts to bindpartB - one of the parts to bindpartC - one of the parts to bindpartD - one of the parts to bindpartE - one of the parts to bindpartF - one of the parts to bindpartG - one of the parts to bindblock - function that accepts all the part values and maps them to a resultblock@NotNull public static <L,A,B,C,D,E,F,G,H,R> Either<L,R> bindAll(@NotNull Either<? extends L,? extends A> partA, @NotNull Either<? extends L,? extends B> partB, @NotNull Either<? extends L,? extends C> partC, @NotNull Either<? extends L,? extends D> partD, @NotNull Either<? extends L,? extends E> partE, @NotNull Either<? extends L,? extends F> partF, @NotNull Either<? extends L,? extends G> partG, @NotNull Either<? extends L,? extends H> partH, @NotNull kotlin.jvm.functions.Function1<? super tech.codingzen.kata.tuple.KTuple8<? extends A,? extends B,? extends C,? extends D,? extends E,? extends F,? extends G,? extends H>,? extends R> block)
L - lpartFt type
A - partA type
B - partB type
C - partC type
D - partD type
E - partE type
F - partF type
G - partG type
H - partG type
R - result type
partA - one of the parts to bindpartB - one of the parts to bindpartC - one of the parts to bindpartD - one of the parts to bindpartE - one of the parts to bindpartF - one of the parts to bindpartG - one of the parts to bindpartH - one of the parts to bindblock - function that accepts all the part values and maps them to a resultblock