Uses of Interface
org.scijava.function.Consumers.Arity17
-
-
Uses of Consumers.Arity17 in org.scijava.function
Subinterfaces of Consumers.Arity17 in org.scijava.function Modifier and Type Interface Description static interfaceComputers.Arity16<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O>static interfaceComputers.Arity16_1<O,I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16>static interfaceComputers.Arity16_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,O,I10,I11,I12,I13,I14,I15,I16>static interfaceComputers.Arity16_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O,I11,I12,I13,I14,I15,I16>static interfaceComputers.Arity16_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O,I12,I13,I14,I15,I16>static interfaceComputers.Arity16_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O,I13,I14,I15,I16>static interfaceComputers.Arity16_14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O,I14,I15,I16>static interfaceComputers.Arity16_15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O,I15,I16>static interfaceComputers.Arity16_16<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O,I16>static interfaceComputers.Arity16_2<I1,O,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16>static interfaceComputers.Arity16_3<I1,I2,O,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16>static interfaceComputers.Arity16_4<I1,I2,I3,O,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16>static interfaceComputers.Arity16_5<I1,I2,I3,I4,O,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16>static interfaceComputers.Arity16_6<I1,I2,I3,I4,I5,O,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16>static interfaceComputers.Arity16_7<I1,I2,I3,I4,I5,I6,O,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16>static interfaceComputers.Arity16_8<I1,I2,I3,I4,I5,I6,I7,O,I8,I9,I10,I11,I12,I13,I14,I15,I16>static interfaceComputers.Arity16_9<I1,I2,I3,I4,I5,I6,I7,I8,O,I9,I10,I11,I12,I13,I14,I15,I16>Methods in org.scijava.function that return Consumers.Arity17 Modifier and Type Method Description default Consumers.Arity17<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,I17>Consumers.Arity17. andThen(Consumers.Arity17<? super I1,? super I2,? super I3,? super I4,? super I5,? super I6,? super I7,? super I8,? super I9,? super I10,? super I11,? super I12,? super I13,? super I14,? super I15,? super I16,? super I17> after)Returns a composedConsumer.Arity17that performs, in sequence, this operation followed by theafteroperation.Methods in org.scijava.function with parameters of type Consumers.Arity17 Modifier and Type Method Description default Consumers.Arity17<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,I17>Consumers.Arity17. andThen(Consumers.Arity17<? super I1,? super I2,? super I3,? super I4,? super I5,? super I6,? super I7,? super I8,? super I9,? super I10,? super I11,? super I12,? super I13,? super I14,? super I15,? super I16,? super I17> after)Returns a composedConsumer.Arity17that performs, in sequence, this operation followed by theafteroperation.
-