Module org.scijava.function
Package org.scijava.function
Provides a set of lightweight functional interfaces.
The package is named in accordance with java.util.function, as the
Function and Consumer interfaces housed within this package are designed as
extensions of Function /
BiFunction and Consumer
/ BiConsumer respectively. The name should
not be confused with the usage of "function" within SciJava Ops or any
other project.
- Author:
- Gabriel Selzer
-
Interface Summary Interface Description Computers.Arity0<O> Computers.Arity1<I,O> Computers.Arity1_1<O,I> Computers.Arity10<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O> Computers.Arity10_1<O,I1,I2,I3,I4,I5,I6,I7,I8,I9,I10> Computers.Arity10_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,O,I10> Computers.Arity10_2<I1,O,I2,I3,I4,I5,I6,I7,I8,I9,I10> Computers.Arity10_3<I1,I2,O,I3,I4,I5,I6,I7,I8,I9,I10> Computers.Arity10_4<I1,I2,I3,O,I4,I5,I6,I7,I8,I9,I10> Computers.Arity10_5<I1,I2,I3,I4,O,I5,I6,I7,I8,I9,I10> Computers.Arity10_6<I1,I2,I3,I4,I5,O,I6,I7,I8,I9,I10> Computers.Arity10_7<I1,I2,I3,I4,I5,I6,O,I7,I8,I9,I10> Computers.Arity10_8<I1,I2,I3,I4,I5,I6,I7,O,I8,I9,I10> Computers.Arity10_9<I1,I2,I3,I4,I5,I6,I7,I8,O,I9,I10> Computers.Arity11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O> Computers.Arity11_1<O,I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11> Computers.Arity11_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,O,I10,I11> Computers.Arity11_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O,I11> Computers.Arity11_2<I1,O,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11> Computers.Arity11_3<I1,I2,O,I3,I4,I5,I6,I7,I8,I9,I10,I11> Computers.Arity11_4<I1,I2,I3,O,I4,I5,I6,I7,I8,I9,I10,I11> Computers.Arity11_5<I1,I2,I3,I4,O,I5,I6,I7,I8,I9,I10,I11> Computers.Arity11_6<I1,I2,I3,I4,I5,O,I6,I7,I8,I9,I10,I11> Computers.Arity11_7<I1,I2,I3,I4,I5,I6,O,I7,I8,I9,I10,I11> Computers.Arity11_8<I1,I2,I3,I4,I5,I6,I7,O,I8,I9,I10,I11> Computers.Arity11_9<I1,I2,I3,I4,I5,I6,I7,I8,O,I9,I10,I11> Computers.Arity12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O> Computers.Arity12_1<O,I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> Computers.Arity12_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,O,I10,I11,I12> Computers.Arity12_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O,I11,I12> Computers.Arity12_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O,I12> Computers.Arity12_2<I1,O,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> Computers.Arity12_3<I1,I2,O,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> Computers.Arity12_4<I1,I2,I3,O,I4,I5,I6,I7,I8,I9,I10,I11,I12> Computers.Arity12_5<I1,I2,I3,I4,O,I5,I6,I7,I8,I9,I10,I11,I12> Computers.Arity12_6<I1,I2,I3,I4,I5,O,I6,I7,I8,I9,I10,I11,I12> Computers.Arity12_7<I1,I2,I3,I4,I5,I6,O,I7,I8,I9,I10,I11,I12> Computers.Arity12_8<I1,I2,I3,I4,I5,I6,I7,O,I8,I9,I10,I11,I12> Computers.Arity12_9<I1,I2,I3,I4,I5,I6,I7,I8,O,I9,I10,I11,I12> Computers.Arity13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O> Computers.Arity13_1<O,I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13> Computers.Arity13_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,O,I10,I11,I12,I13> Computers.Arity13_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O,I11,I12,I13> Computers.Arity13_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O,I12,I13> Computers.Arity13_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O,I13> Computers.Arity13_2<I1,O,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13> Computers.Arity13_3<I1,I2,O,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13> Computers.Arity13_4<I1,I2,I3,O,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13> Computers.Arity13_5<I1,I2,I3,I4,O,I5,I6,I7,I8,I9,I10,I11,I12,I13> Computers.Arity13_6<I1,I2,I3,I4,I5,O,I6,I7,I8,I9,I10,I11,I12,I13> Computers.Arity13_7<I1,I2,I3,I4,I5,I6,O,I7,I8,I9,I10,I11,I12,I13> Computers.Arity13_8<I1,I2,I3,I4,I5,I6,I7,O,I8,I9,I10,I11,I12,I13> Computers.Arity13_9<I1,I2,I3,I4,I5,I6,I7,I8,O,I9,I10,I11,I12,I13> Computers.Arity14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O> Computers.Arity14_1<O,I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14> Computers.Arity14_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,O,I10,I11,I12,I13,I14> Computers.Arity14_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O,I11,I12,I13,I14> Computers.Arity14_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O,I12,I13,I14> Computers.Arity14_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O,I13,I14> Computers.Arity14_14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O,I14> Computers.Arity14_2<I1,O,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14> Computers.Arity14_3<I1,I2,O,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14> Computers.Arity14_4<I1,I2,I3,O,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14> Computers.Arity14_5<I1,I2,I3,I4,O,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14> Computers.Arity14_6<I1,I2,I3,I4,I5,O,I6,I7,I8,I9,I10,I11,I12,I13,I14> Computers.Arity14_7<I1,I2,I3,I4,I5,I6,O,I7,I8,I9,I10,I11,I12,I13,I14> Computers.Arity14_8<I1,I2,I3,I4,I5,I6,I7,O,I8,I9,I10,I11,I12,I13,I14> Computers.Arity14_9<I1,I2,I3,I4,I5,I6,I7,I8,O,I9,I10,I11,I12,I13,I14> Computers.Arity15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O> Computers.Arity15_1<O,I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> Computers.Arity15_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,O,I10,I11,I12,I13,I14,I15> Computers.Arity15_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O,I11,I12,I13,I14,I15> Computers.Arity15_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O,I12,I13,I14,I15> Computers.Arity15_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O,I13,I14,I15> Computers.Arity15_14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O,I14,I15> Computers.Arity15_15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O,I15> Computers.Arity15_2<I1,O,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> Computers.Arity15_3<I1,I2,O,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> Computers.Arity15_4<I1,I2,I3,O,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> Computers.Arity15_5<I1,I2,I3,I4,O,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> Computers.Arity15_6<I1,I2,I3,I4,I5,O,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> Computers.Arity15_7<I1,I2,I3,I4,I5,I6,O,I7,I8,I9,I10,I11,I12,I13,I14,I15> Computers.Arity15_8<I1,I2,I3,I4,I5,I6,I7,O,I8,I9,I10,I11,I12,I13,I14,I15> Computers.Arity15_9<I1,I2,I3,I4,I5,I6,I7,I8,O,I9,I10,I11,I12,I13,I14,I15> Computers.Arity16<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O> Computers.Arity16_1<O,I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> Computers.Arity16_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,O,I10,I11,I12,I13,I14,I15,I16> Computers.Arity16_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O,I11,I12,I13,I14,I15,I16> Computers.Arity16_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O,I12,I13,I14,I15,I16> Computers.Arity16_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O,I13,I14,I15,I16> Computers.Arity16_14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O,I14,I15,I16> Computers.Arity16_15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O,I15,I16> Computers.Arity16_16<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O,I16> Computers.Arity16_2<I1,O,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> Computers.Arity16_3<I1,I2,O,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> Computers.Arity16_4<I1,I2,I3,O,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> Computers.Arity16_5<I1,I2,I3,I4,O,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> Computers.Arity16_6<I1,I2,I3,I4,I5,O,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> Computers.Arity16_7<I1,I2,I3,I4,I5,I6,O,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> Computers.Arity16_8<I1,I2,I3,I4,I5,I6,I7,O,I8,I9,I10,I11,I12,I13,I14,I15,I16> Computers.Arity16_9<I1,I2,I3,I4,I5,I6,I7,I8,O,I9,I10,I11,I12,I13,I14,I15,I16> Computers.Arity2<I1,I2,O> Computers.Arity2_1<O,I1,I2> Computers.Arity2_2<I1,O,I2> Computers.Arity3<I1,I2,I3,O> Computers.Arity3_1<O,I1,I2,I3> Computers.Arity3_2<I1,O,I2,I3> Computers.Arity3_3<I1,I2,O,I3> Computers.Arity4<I1,I2,I3,I4,O> Computers.Arity4_1<O,I1,I2,I3,I4> Computers.Arity4_2<I1,O,I2,I3,I4> Computers.Arity4_3<I1,I2,O,I3,I4> Computers.Arity4_4<I1,I2,I3,O,I4> Computers.Arity5<I1,I2,I3,I4,I5,O> Computers.Arity5_1<O,I1,I2,I3,I4,I5> Computers.Arity5_2<I1,O,I2,I3,I4,I5> Computers.Arity5_3<I1,I2,O,I3,I4,I5> Computers.Arity5_4<I1,I2,I3,O,I4,I5> Computers.Arity5_5<I1,I2,I3,I4,O,I5> Computers.Arity6<I1,I2,I3,I4,I5,I6,O> Computers.Arity6_1<O,I1,I2,I3,I4,I5,I6> Computers.Arity6_2<I1,O,I2,I3,I4,I5,I6> Computers.Arity6_3<I1,I2,O,I3,I4,I5,I6> Computers.Arity6_4<I1,I2,I3,O,I4,I5,I6> Computers.Arity6_5<I1,I2,I3,I4,O,I5,I6> Computers.Arity6_6<I1,I2,I3,I4,I5,O,I6> Computers.Arity7<I1,I2,I3,I4,I5,I6,I7,O> Computers.Arity7_1<O,I1,I2,I3,I4,I5,I6,I7> Computers.Arity7_2<I1,O,I2,I3,I4,I5,I6,I7> Computers.Arity7_3<I1,I2,O,I3,I4,I5,I6,I7> Computers.Arity7_4<I1,I2,I3,O,I4,I5,I6,I7> Computers.Arity7_5<I1,I2,I3,I4,O,I5,I6,I7> Computers.Arity7_6<I1,I2,I3,I4,I5,O,I6,I7> Computers.Arity7_7<I1,I2,I3,I4,I5,I6,O,I7> Computers.Arity8<I1,I2,I3,I4,I5,I6,I7,I8,O> Computers.Arity8_1<O,I1,I2,I3,I4,I5,I6,I7,I8> Computers.Arity8_2<I1,O,I2,I3,I4,I5,I6,I7,I8> Computers.Arity8_3<I1,I2,O,I3,I4,I5,I6,I7,I8> Computers.Arity8_4<I1,I2,I3,O,I4,I5,I6,I7,I8> Computers.Arity8_5<I1,I2,I3,I4,O,I5,I6,I7,I8> Computers.Arity8_6<I1,I2,I3,I4,I5,O,I6,I7,I8> Computers.Arity8_7<I1,I2,I3,I4,I5,I6,O,I7,I8> Computers.Arity8_8<I1,I2,I3,I4,I5,I6,I7,O,I8> Computers.Arity9<I1,I2,I3,I4,I5,I6,I7,I8,I9,O> Computers.Arity9_1<O,I1,I2,I3,I4,I5,I6,I7,I8,I9> Computers.Arity9_2<I1,O,I2,I3,I4,I5,I6,I7,I8,I9> Computers.Arity9_3<I1,I2,O,I3,I4,I5,I6,I7,I8,I9> Computers.Arity9_4<I1,I2,I3,O,I4,I5,I6,I7,I8,I9> Computers.Arity9_5<I1,I2,I3,I4,O,I5,I6,I7,I8,I9> Computers.Arity9_6<I1,I2,I3,I4,I5,O,I6,I7,I8,I9> Computers.Arity9_7<I1,I2,I3,I4,I5,I6,O,I7,I8,I9> Computers.Arity9_8<I1,I2,I3,I4,I5,I6,I7,O,I8,I9> Computers.Arity9_9<I1,I2,I3,I4,I5,I6,I7,I8,O,I9> Consumers.Arity0 Represents an operation that accepts no input arguments and returns no result.Consumers.Arity10<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10> Represents an operation that accepts 10 input arguments and returns no result.Consumers.Arity11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11> Represents an operation that accepts 11 input arguments and returns no result.Consumers.Arity12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> Represents an operation that accepts 12 input arguments and returns no result.Consumers.Arity13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13> Represents an operation that accepts 13 input arguments and returns no result.Consumers.Arity14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14> Represents an operation that accepts 14 input arguments and returns no result.Consumers.Arity15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> Represents an operation that accepts 15 input arguments and returns no result.Consumers.Arity16<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> Represents an operation that accepts 16 input arguments and returns no result.Consumers.Arity17<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,I17> Represents an operation that accepts 17 input arguments and returns no result.Consumers.Arity3<I1,I2,I3> Represents an operation that accepts 3 input arguments and returns no result.Consumers.Arity4<I1,I2,I3,I4> Represents an operation that accepts 4 input arguments and returns no result.Consumers.Arity5<I1,I2,I3,I4,I5> Represents an operation that accepts 5 input arguments and returns no result.Consumers.Arity6<I1,I2,I3,I4,I5,I6> Represents an operation that accepts 6 input arguments and returns no result.Consumers.Arity7<I1,I2,I3,I4,I5,I6,I7> Represents an operation that accepts 7 input arguments and returns no result.Consumers.Arity8<I1,I2,I3,I4,I5,I6,I7,I8> Represents an operation that accepts 8 input arguments and returns no result.Consumers.Arity9<I1,I2,I3,I4,I5,I6,I7,I8,I9> Represents an operation that accepts 9 input arguments and returns no result.Functions.Arity10<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O> A 10-arity specialization ofFunction.Functions.Arity11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O> A 11-arity specialization ofFunction.Functions.Arity12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O> A 12-arity specialization ofFunction.Functions.Arity13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O> A 13-arity specialization ofFunction.Functions.Arity14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O> A 14-arity specialization ofFunction.Functions.Arity15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O> A 15-arity specialization ofFunction.Functions.Arity16<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O> A 16-arity specialization ofFunction.Functions.Arity3<I1,I2,I3,O> A 3-arity specialization ofFunction.Functions.Arity4<I1,I2,I3,I4,O> A 4-arity specialization ofFunction.Functions.Arity5<I1,I2,I3,I4,I5,O> A 5-arity specialization ofFunction.Functions.Arity6<I1,I2,I3,I4,I5,I6,O> A 6-arity specialization ofFunction.Functions.Arity7<I1,I2,I3,I4,I5,I6,I7,O> A 7-arity specialization ofFunction.Functions.Arity8<I1,I2,I3,I4,I5,I6,I7,I8,O> A 8-arity specialization ofFunction.Functions.Arity9<I1,I2,I3,I4,I5,I6,I7,I8,I9,O> A 9-arity specialization ofFunction.Functions.ArityN<O> Inplaces.Arity1<IO> Inplaces.Arity10<IO1,IO2,IO3,IO4,IO5,IO6,IO7,IO8,IO9,IO10> Inplaces.Arity10_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10> Inplaces.Arity10_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO> Inplaces.Arity10_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10> Inplaces.Arity10_3<I1,I2,IO,I4,I5,I6,I7,I8,I9,I10> Inplaces.Arity10_4<I1,I2,I3,IO,I5,I6,I7,I8,I9,I10> Inplaces.Arity10_5<I1,I2,I3,I4,IO,I6,I7,I8,I9,I10> Inplaces.Arity10_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10> Inplaces.Arity10_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10> Inplaces.Arity10_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10> Inplaces.Arity10_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10> Inplaces.Arity11<IO1,IO2,IO3,IO4,IO5,IO6,IO7,IO8,IO9,IO10,IO11> Inplaces.Arity11_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11> Inplaces.Arity11_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11> Inplaces.Arity11_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO> Inplaces.Arity11_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11> Inplaces.Arity11_3<I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11> Inplaces.Arity11_4<I1,I2,I3,IO,I5,I6,I7,I8,I9,I10,I11> Inplaces.Arity11_5<I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11> Inplaces.Arity11_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11> Inplaces.Arity11_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11> Inplaces.Arity11_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11> Inplaces.Arity11_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11> Inplaces.Arity12<IO1,IO2,IO3,IO4,IO5,IO6,IO7,IO8,IO9,IO10,IO11,IO12> Inplaces.Arity12_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> Inplaces.Arity12_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12> Inplaces.Arity12_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12> Inplaces.Arity12_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO> Inplaces.Arity12_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> Inplaces.Arity12_3<I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11,I12> Inplaces.Arity12_4<I1,I2,I3,IO,I5,I6,I7,I8,I9,I10,I11,I12> Inplaces.Arity12_5<I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11,I12> Inplaces.Arity12_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12> Inplaces.Arity12_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12> Inplaces.Arity12_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12> Inplaces.Arity12_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12> Inplaces.Arity13<IO1,IO2,IO3,IO4,IO5,IO6,IO7,IO8,IO9,IO10,IO11,IO12,IO13> Inplaces.Arity13_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13> Inplaces.Arity13_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13> Inplaces.Arity13_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13> Inplaces.Arity13_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13> Inplaces.Arity13_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO> Inplaces.Arity13_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13> Inplaces.Arity13_3<I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13> Inplaces.Arity13_4<I1,I2,I3,IO,I5,I6,I7,I8,I9,I10,I11,I12,I13> Inplaces.Arity13_5<I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11,I12,I13> Inplaces.Arity13_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12,I13> Inplaces.Arity13_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12,I13> Inplaces.Arity13_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12,I13> Inplaces.Arity13_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13> Inplaces.Arity14<IO1,IO2,IO3,IO4,IO5,IO6,IO7,IO8,IO9,IO10,IO11,IO12,IO13,IO14> Inplaces.Arity14_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14> Inplaces.Arity14_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13,I14> Inplaces.Arity14_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14> Inplaces.Arity14_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14> Inplaces.Arity14_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14> Inplaces.Arity14_14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO> Inplaces.Arity14_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14> Inplaces.Arity14_3<I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14> Inplaces.Arity14_4<I1,I2,I3,IO,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14> Inplaces.Arity14_5<I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11,I12,I13,I14> Inplaces.Arity14_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12,I13,I14> Inplaces.Arity14_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12,I13,I14> Inplaces.Arity14_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12,I13,I14> Inplaces.Arity14_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13,I14> Inplaces.Arity15<IO1,IO2,IO3,IO4,IO5,IO6,IO7,IO8,IO9,IO10,IO11,IO12,IO13,IO14,IO15> Inplaces.Arity15_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> Inplaces.Arity15_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13,I14,I15> Inplaces.Arity15_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14,I15> Inplaces.Arity15_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14,I15> Inplaces.Arity15_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14,I15> Inplaces.Arity15_14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO,I15> Inplaces.Arity15_15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO> Inplaces.Arity15_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> Inplaces.Arity15_3<I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> Inplaces.Arity15_4<I1,I2,I3,IO,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> Inplaces.Arity15_5<I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> Inplaces.Arity15_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12,I13,I14,I15> Inplaces.Arity15_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12,I13,I14,I15> Inplaces.Arity15_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12,I13,I14,I15> Inplaces.Arity15_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13,I14,I15> Inplaces.Arity16<IO1,IO2,IO3,IO4,IO5,IO6,IO7,IO8,IO9,IO10,IO11,IO12,IO13,IO14,IO15,IO16> Inplaces.Arity16_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> Inplaces.Arity16_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13,I14,I15,I16> Inplaces.Arity16_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14,I15,I16> Inplaces.Arity16_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14,I15,I16> Inplaces.Arity16_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14,I15,I16> Inplaces.Arity16_14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO,I15,I16> Inplaces.Arity16_15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO,I16> Inplaces.Arity16_16<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,IO> Inplaces.Arity16_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> Inplaces.Arity16_3<I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> Inplaces.Arity16_4<I1,I2,I3,IO,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> Inplaces.Arity16_5<I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> Inplaces.Arity16_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> Inplaces.Arity16_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12,I13,I14,I15,I16> Inplaces.Arity16_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12,I13,I14,I15,I16> Inplaces.Arity16_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13,I14,I15,I16> Inplaces.Arity2<IO1,IO2> Inplaces.Arity2_1<IO,I2> Inplaces.Arity2_2<I1,IO> Inplaces.Arity3<IO1,IO2,IO3> Inplaces.Arity3_1<IO,I2,I3> Inplaces.Arity3_2<I1,IO,I3> Inplaces.Arity3_3<I1,I2,IO> Inplaces.Arity4<IO1,IO2,IO3,IO4> Inplaces.Arity4_1<IO,I2,I3,I4> Inplaces.Arity4_2<I1,IO,I3,I4> Inplaces.Arity4_3<I1,I2,IO,I4> Inplaces.Arity4_4<I1,I2,I3,IO> Inplaces.Arity5<IO1,IO2,IO3,IO4,IO5> Inplaces.Arity5_1<IO,I2,I3,I4,I5> Inplaces.Arity5_2<I1,IO,I3,I4,I5> Inplaces.Arity5_3<I1,I2,IO,I4,I5> Inplaces.Arity5_4<I1,I2,I3,IO,I5> Inplaces.Arity5_5<I1,I2,I3,I4,IO> Inplaces.Arity6<IO1,IO2,IO3,IO4,IO5,IO6> Inplaces.Arity6_1<IO,I2,I3,I4,I5,I6> Inplaces.Arity6_2<I1,IO,I3,I4,I5,I6> Inplaces.Arity6_3<I1,I2,IO,I4,I5,I6> Inplaces.Arity6_4<I1,I2,I3,IO,I5,I6> Inplaces.Arity6_5<I1,I2,I3,I4,IO,I6> Inplaces.Arity6_6<I1,I2,I3,I4,I5,IO> Inplaces.Arity7<IO1,IO2,IO3,IO4,IO5,IO6,IO7> Inplaces.Arity7_1<IO,I2,I3,I4,I5,I6,I7> Inplaces.Arity7_2<I1,IO,I3,I4,I5,I6,I7> Inplaces.Arity7_3<I1,I2,IO,I4,I5,I6,I7> Inplaces.Arity7_4<I1,I2,I3,IO,I5,I6,I7> Inplaces.Arity7_5<I1,I2,I3,I4,IO,I6,I7> Inplaces.Arity7_6<I1,I2,I3,I4,I5,IO,I7> Inplaces.Arity7_7<I1,I2,I3,I4,I5,I6,IO> Inplaces.Arity8<IO1,IO2,IO3,IO4,IO5,IO6,IO7,IO8> Inplaces.Arity8_1<IO,I2,I3,I4,I5,I6,I7,I8> Inplaces.Arity8_2<I1,IO,I3,I4,I5,I6,I7,I8> Inplaces.Arity8_3<I1,I2,IO,I4,I5,I6,I7,I8> Inplaces.Arity8_4<I1,I2,I3,IO,I5,I6,I7,I8> Inplaces.Arity8_5<I1,I2,I3,I4,IO,I6,I7,I8> Inplaces.Arity8_6<I1,I2,I3,I4,I5,IO,I7,I8> Inplaces.Arity8_7<I1,I2,I3,I4,I5,I6,IO,I8> Inplaces.Arity8_8<I1,I2,I3,I4,I5,I6,I7,IO> Inplaces.Arity9<IO1,IO2,IO3,IO4,IO5,IO6,IO7,IO8,IO9> Inplaces.Arity9_1<IO,I2,I3,I4,I5,I6,I7,I8,I9> Inplaces.Arity9_2<I1,IO,I3,I4,I5,I6,I7,I8,I9> Inplaces.Arity9_3<I1,I2,IO,I4,I5,I6,I7,I8,I9> Inplaces.Arity9_4<I1,I2,I3,IO,I5,I6,I7,I8,I9> Inplaces.Arity9_5<I1,I2,I3,I4,IO,I6,I7,I8,I9> Inplaces.Arity9_6<I1,I2,I3,I4,I5,IO,I7,I8,I9> Inplaces.Arity9_7<I1,I2,I3,I4,I5,I6,IO,I8,I9> Inplaces.Arity9_8<I1,I2,I3,I4,I5,I6,I7,IO,I9> Inplaces.Arity9_9<I1,I2,I3,I4,I5,I6,I7,I8,IO> Producer<O> ASupplierthat creates a new object each time. -
Class Summary Class Description Computers Container class for computer-style functional interfaces at various arities.Consumers Functions Inplaces Container class for inplace-style functional interfaces at various arities.Inplaces.InplaceInfo -
Annotation Types Summary Annotation Type Description Container Annotation to mark a parameter as a container: the value of the given argument will be populated by the algorithm during execution.Mutable Annotation to mark a parameter as mutable: the value of the given argument will be altered by the algorithm during execution.