public interface ZipWithApply
Modifier and Type | Method and Description |
---|---|
<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,O> |
apply(scala.Function10<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,O> zipper)
Create a new
ZipWith specialized for 10 inputs. |
<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,O> |
apply(scala.Function11<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,O> zipper)
Create a new
ZipWith specialized for 11 inputs. |
<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,O> |
apply(scala.Function12<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,O> zipper)
Create a new
ZipWith specialized for 12 inputs. |
<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,O> |
apply(scala.Function13<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,O> zipper)
Create a new
ZipWith specialized for 13 inputs. |
<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,O> |
apply(scala.Function14<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,O> zipper)
Create a new
ZipWith specialized for 14 inputs. |
<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,O> |
apply(scala.Function15<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,O> zipper)
Create a new
ZipWith specialized for 15 inputs. |
<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,O> |
apply(scala.Function16<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,O> zipper)
Create a new
ZipWith specialized for 16 inputs. |
<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,O> |
apply(scala.Function17<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,O> zipper)
Create a new
ZipWith specialized for 17 inputs. |
<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,O> |
apply(scala.Function18<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,O> zipper)
Create a new
ZipWith specialized for 18 inputs. |
<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,O> |
apply(scala.Function19<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,O> zipper)
Create a new
ZipWith specialized for 19 inputs. |
<A1,A2,O> ZipWith2<A1,A2,O> |
apply(scala.Function2<A1,A2,O> zipper)
Create a new
ZipWith specialized for 2 inputs. |
<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,O> |
apply(scala.Function20<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,O> zipper)
Create a new
ZipWith specialized for 20 inputs. |
<A1,A2,A3,O> |
apply(scala.Function3<A1,A2,A3,O> zipper)
Create a new
ZipWith specialized for 3 inputs. |
<A1,A2,A3,A4,O> |
apply(scala.Function4<A1,A2,A3,A4,O> zipper)
Create a new
ZipWith specialized for 4 inputs. |
<A1,A2,A3,A4,A5,O> |
apply(scala.Function5<A1,A2,A3,A4,A5,O> zipper)
Create a new
ZipWith specialized for 5 inputs. |
<A1,A2,A3,A4,A5,A6,O> |
apply(scala.Function6<A1,A2,A3,A4,A5,A6,O> zipper)
Create a new
ZipWith specialized for 6 inputs. |
<A1,A2,A3,A4,A5,A6,A7,O> |
apply(scala.Function7<A1,A2,A3,A4,A5,A6,A7,O> zipper)
Create a new
ZipWith specialized for 7 inputs. |
<A1,A2,A3,A4,A5,A6,A7,A8,O> |
apply(scala.Function8<A1,A2,A3,A4,A5,A6,A7,A8,O> zipper)
Create a new
ZipWith specialized for 8 inputs. |
<A1,A2,A3,A4,A5,A6,A7,A8,A9,O> |
apply(scala.Function9<A1,A2,A3,A4,A5,A6,A7,A8,A9,O> zipper)
Create a new
ZipWith specialized for 9 inputs. |
<A1,A2,O> ZipWith2<A1,A2,O> apply(scala.Function2<A1,A2,O> zipper)
ZipWith
specialized for 2 inputs.
zipper
- zipping-function from the input values to the output value<A1,A2,A3,O> ZipWith3<A1,A2,A3,O> apply(scala.Function3<A1,A2,A3,O> zipper)
ZipWith
specialized for 3 inputs.
zipper
- zipping-function from the input values to the output value<A1,A2,A3,A4,O> ZipWith4<A1,A2,A3,A4,O> apply(scala.Function4<A1,A2,A3,A4,O> zipper)
ZipWith
specialized for 4 inputs.
zipper
- zipping-function from the input values to the output value<A1,A2,A3,A4,A5,O> ZipWith5<A1,A2,A3,A4,A5,O> apply(scala.Function5<A1,A2,A3,A4,A5,O> zipper)
ZipWith
specialized for 5 inputs.
zipper
- zipping-function from the input values to the output value<A1,A2,A3,A4,A5,A6,O> ZipWith6<A1,A2,A3,A4,A5,A6,O> apply(scala.Function6<A1,A2,A3,A4,A5,A6,O> zipper)
ZipWith
specialized for 6 inputs.
zipper
- zipping-function from the input values to the output value<A1,A2,A3,A4,A5,A6,A7,O> ZipWith7<A1,A2,A3,A4,A5,A6,A7,O> apply(scala.Function7<A1,A2,A3,A4,A5,A6,A7,O> zipper)
ZipWith
specialized for 7 inputs.
zipper
- zipping-function from the input values to the output value<A1,A2,A3,A4,A5,A6,A7,A8,O> ZipWith8<A1,A2,A3,A4,A5,A6,A7,A8,O> apply(scala.Function8<A1,A2,A3,A4,A5,A6,A7,A8,O> zipper)
ZipWith
specialized for 8 inputs.
zipper
- zipping-function from the input values to the output value<A1,A2,A3,A4,A5,A6,A7,A8,A9,O> ZipWith9<A1,A2,A3,A4,A5,A6,A7,A8,A9,O> apply(scala.Function9<A1,A2,A3,A4,A5,A6,A7,A8,A9,O> zipper)
ZipWith
specialized for 9 inputs.
zipper
- zipping-function from the input values to the output value<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,O> ZipWith10<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,O> apply(scala.Function10<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,O> zipper)
ZipWith
specialized for 10 inputs.
zipper
- zipping-function from the input values to the output value<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,O> ZipWith11<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,O> apply(scala.Function11<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,O> zipper)
ZipWith
specialized for 11 inputs.
zipper
- zipping-function from the input values to the output value<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,O> ZipWith12<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,O> apply(scala.Function12<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,O> zipper)
ZipWith
specialized for 12 inputs.
zipper
- zipping-function from the input values to the output value<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,O> ZipWith13<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,O> apply(scala.Function13<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,O> zipper)
ZipWith
specialized for 13 inputs.
zipper
- zipping-function from the input values to the output value<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,O> ZipWith14<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,O> apply(scala.Function14<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,O> zipper)
ZipWith
specialized for 14 inputs.
zipper
- zipping-function from the input values to the output value<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,O> ZipWith15<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,O> apply(scala.Function15<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,O> zipper)
ZipWith
specialized for 15 inputs.
zipper
- zipping-function from the input values to the output value<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,O> ZipWith16<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,O> apply(scala.Function16<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,O> zipper)
ZipWith
specialized for 16 inputs.
zipper
- zipping-function from the input values to the output value<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,O> ZipWith17<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,O> apply(scala.Function17<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,O> zipper)
ZipWith
specialized for 17 inputs.
zipper
- zipping-function from the input values to the output value<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,O> ZipWith18<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,O> apply(scala.Function18<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,O> zipper)
ZipWith
specialized for 18 inputs.
zipper
- zipping-function from the input values to the output value<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,O> ZipWith19<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,O> apply(scala.Function19<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,O> zipper)
ZipWith
specialized for 19 inputs.
zipper
- zipping-function from the input values to the output value<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,O> ZipWith20<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,O> apply(scala.Function20<A1,A2,A3,A4,A5,A6,A7,A8,A9,A10,A11,A12,A13,A14,A15,A16,A17,A18,A19,A20,O> zipper)
ZipWith
specialized for 20 inputs.
zipper
- zipping-function from the input values to the output value