- java.lang.Object
-
- org.scijava.ops.api.OpBuilder
-
public class OpBuilder extends Object
Convenience class for looking up and/or executing ops using a builder pattern. Typical entry point is throughOpEnvironment.op(String), which contains full usage information.Note that the intermediate builder steps use the following acronyms:
- IV/OV: Input/Output Value. Indicates instances will be used for matching; ideal if you want to directly run the matched Op, e.g. via
apply,compute,mutateorcreatemethods. - IT/OT: Input/Output Types. Indicates
Classeswill be used for matching; matching will produce an Op instance that can then be (re)used. There are two "Type" options: raw types orNils. If you are matching using a parameterized type use theNiloption to preserve the type parameter. - OU: Output Unknown. Indicates an output type/value has not been specified to the builder yet. The output, if any, will simply be an
Object
- Author:
- Curtis Rueden, Gabriel Selzer, Mark Hiner
- IV/OV: Input/Output Value. Indicates instances will be used for matching; ideal if you want to directly run the matched Op, e.g. via
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classOpBuilder.Arity0_OT<O>Builder with arity 0, output type given.classOpBuilder.Arity0_OV<O>Builder with arity 0, output value given.classOpBuilder.Arity1_IT_OT<I1,O>Builder with arity 1, input type given, output type given.classOpBuilder.Arity1_IT_OU<I1>Builder with arity 1, input type given, output unspecified.classOpBuilder.Arity1_IV_OT<I1,O>Builder with arity 1, input value given, output type given.classOpBuilder.Arity1_IV_OU<I1>Builder with arity 1, input value given, output unspecified.classOpBuilder.Arity1_IV_OV<I1,O>Builder with arity 1, input value given, output value given.classOpBuilder.Arity10_IT_OT<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O>Builder with arity 10, input type given, output type given.classOpBuilder.Arity10_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10>Builder with arity 10, input type given, output unspecified.classOpBuilder.Arity10_IV_OT<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O>Builder with arity 10, input value given, output type given.classOpBuilder.Arity10_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10>Builder with arity 10, input value given, output unspecified.classOpBuilder.Arity10_IV_OV<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O>Builder with arity 10, input value given, output value given.classOpBuilder.Arity11_IT_OT<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O>Builder with arity 11, input type given, output type given.classOpBuilder.Arity11_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11>Builder with arity 11, input type given, output unspecified.classOpBuilder.Arity11_IV_OT<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O>Builder with arity 11, input value given, output type given.classOpBuilder.Arity11_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11>Builder with arity 11, input value given, output unspecified.classOpBuilder.Arity11_IV_OV<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O>Builder with arity 11, input value given, output value given.classOpBuilder.Arity12_IT_OT<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O>Builder with arity 12, input type given, output type given.classOpBuilder.Arity12_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>Builder with arity 12, input type given, output unspecified.classOpBuilder.Arity12_IV_OT<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O>Builder with arity 12, input value given, output type given.classOpBuilder.Arity12_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>Builder with arity 12, input value given, output unspecified.classOpBuilder.Arity12_IV_OV<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O>Builder with arity 12, input value given, output value given.classOpBuilder.Arity13_IT_OT<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O>Builder with arity 13, input type given, output type given.classOpBuilder.Arity13_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13>Builder with arity 13, input type given, output unspecified.classOpBuilder.Arity13_IV_OT<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O>Builder with arity 13, input value given, output type given.classOpBuilder.Arity13_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13>Builder with arity 13, input value given, output unspecified.classOpBuilder.Arity13_IV_OV<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O>Builder with arity 13, input value given, output value given.classOpBuilder.Arity14_IT_OT<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O>Builder with arity 14, input type given, output type given.classOpBuilder.Arity14_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14>Builder with arity 14, input type given, output unspecified.classOpBuilder.Arity14_IV_OT<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O>Builder with arity 14, input value given, output type given.classOpBuilder.Arity14_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14>Builder with arity 14, input value given, output unspecified.classOpBuilder.Arity14_IV_OV<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O>Builder with arity 14, input value given, output value given.classOpBuilder.Arity15_IT_OT<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O>Builder with arity 15, input type given, output type given.classOpBuilder.Arity15_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15>Builder with arity 15, input type given, output unspecified.classOpBuilder.Arity15_IV_OT<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O>Builder with arity 15, input value given, output type given.classOpBuilder.Arity15_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15>Builder with arity 15, input value given, output unspecified.classOpBuilder.Arity15_IV_OV<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O>Builder with arity 15, input value given, output value given.classOpBuilder.Arity16_IT_OT<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O>Builder with arity 16, input type given, output type given.classOpBuilder.Arity16_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16>Builder with arity 16, input type given, output unspecified.classOpBuilder.Arity16_IV_OT<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O>Builder with arity 16, input value given, output type given.classOpBuilder.Arity16_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16>Builder with arity 16, input value given, output unspecified.classOpBuilder.Arity16_IV_OV<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O>Builder with arity 16, input value given, output value given.classOpBuilder.Arity2_IT_OT<I1,I2,O>Builder with arity 2, input type given, output type given.classOpBuilder.Arity2_IT_OU<I1,I2>Builder with arity 2, input type given, output unspecified.classOpBuilder.Arity2_IV_OT<I1,I2,O>Builder with arity 2, input value given, output type given.classOpBuilder.Arity2_IV_OU<I1,I2>Builder with arity 2, input value given, output unspecified.classOpBuilder.Arity2_IV_OV<I1,I2,O>Builder with arity 2, input value given, output value given.classOpBuilder.Arity3_IT_OT<I1,I2,I3,O>Builder with arity 3, input type given, output type given.classOpBuilder.Arity3_IT_OU<I1,I2,I3>Builder with arity 3, input type given, output unspecified.classOpBuilder.Arity3_IV_OT<I1,I2,I3,O>Builder with arity 3, input value given, output type given.classOpBuilder.Arity3_IV_OU<I1,I2,I3>Builder with arity 3, input value given, output unspecified.classOpBuilder.Arity3_IV_OV<I1,I2,I3,O>Builder with arity 3, input value given, output value given.classOpBuilder.Arity4_IT_OT<I1,I2,I3,I4,O>Builder with arity 4, input type given, output type given.classOpBuilder.Arity4_IT_OU<I1,I2,I3,I4>Builder with arity 4, input type given, output unspecified.classOpBuilder.Arity4_IV_OT<I1,I2,I3,I4,O>Builder with arity 4, input value given, output type given.classOpBuilder.Arity4_IV_OU<I1,I2,I3,I4>Builder with arity 4, input value given, output unspecified.classOpBuilder.Arity4_IV_OV<I1,I2,I3,I4,O>Builder with arity 4, input value given, output value given.classOpBuilder.Arity5_IT_OT<I1,I2,I3,I4,I5,O>Builder with arity 5, input type given, output type given.classOpBuilder.Arity5_IT_OU<I1,I2,I3,I4,I5>Builder with arity 5, input type given, output unspecified.classOpBuilder.Arity5_IV_OT<I1,I2,I3,I4,I5,O>Builder with arity 5, input value given, output type given.classOpBuilder.Arity5_IV_OU<I1,I2,I3,I4,I5>Builder with arity 5, input value given, output unspecified.classOpBuilder.Arity5_IV_OV<I1,I2,I3,I4,I5,O>Builder with arity 5, input value given, output value given.classOpBuilder.Arity6_IT_OT<I1,I2,I3,I4,I5,I6,O>Builder with arity 6, input type given, output type given.classOpBuilder.Arity6_IT_OU<I1,I2,I3,I4,I5,I6>Builder with arity 6, input type given, output unspecified.classOpBuilder.Arity6_IV_OT<I1,I2,I3,I4,I5,I6,O>Builder with arity 6, input value given, output type given.classOpBuilder.Arity6_IV_OU<I1,I2,I3,I4,I5,I6>Builder with arity 6, input value given, output unspecified.classOpBuilder.Arity6_IV_OV<I1,I2,I3,I4,I5,I6,O>Builder with arity 6, input value given, output value given.classOpBuilder.Arity7_IT_OT<I1,I2,I3,I4,I5,I6,I7,O>Builder with arity 7, input type given, output type given.classOpBuilder.Arity7_IT_OU<I1,I2,I3,I4,I5,I6,I7>Builder with arity 7, input type given, output unspecified.classOpBuilder.Arity7_IV_OT<I1,I2,I3,I4,I5,I6,I7,O>Builder with arity 7, input value given, output type given.classOpBuilder.Arity7_IV_OU<I1,I2,I3,I4,I5,I6,I7>Builder with arity 7, input value given, output unspecified.classOpBuilder.Arity7_IV_OV<I1,I2,I3,I4,I5,I6,I7,O>Builder with arity 7, input value given, output value given.classOpBuilder.Arity8_IT_OT<I1,I2,I3,I4,I5,I6,I7,I8,O>Builder with arity 8, input type given, output type given.classOpBuilder.Arity8_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8>Builder with arity 8, input type given, output unspecified.classOpBuilder.Arity8_IV_OT<I1,I2,I3,I4,I5,I6,I7,I8,O>Builder with arity 8, input value given, output type given.classOpBuilder.Arity8_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8>Builder with arity 8, input value given, output unspecified.classOpBuilder.Arity8_IV_OV<I1,I2,I3,I4,I5,I6,I7,I8,O>Builder with arity 8, input value given, output value given.classOpBuilder.Arity9_IT_OT<I1,I2,I3,I4,I5,I6,I7,I8,I9,O>Builder with arity 9, input type given, output type given.classOpBuilder.Arity9_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9>Builder with arity 9, input type given, output unspecified.classOpBuilder.Arity9_IV_OT<I1,I2,I3,I4,I5,I6,I7,I8,I9,O>Builder with arity 9, input value given, output type given.classOpBuilder.Arity9_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9>Builder with arity 9, input value given, output unspecified.classOpBuilder.Arity9_IV_OV<I1,I2,I3,I4,I5,I6,I7,I8,I9,O>Builder with arity 9, input value given, output value given.
-
Constructor Summary
Constructors Constructor Description OpBuilder(OpEnvironment env, String opName)OpBuilder(OpEnvironment env, String opName, Hints hints)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Objectcreate()Match then immediately run a type-unsafeProducerop and get its output.Stringhelp()Finds all Ops matching the current partial OpBuilder requestStringhelpVerbose()Finds all Ops matching the current partial OpBuilder requestHintshints()Get the Hints instance for this builder<I1> OpBuilder.Arity1_IV_OU<I1>input(I1 in1)Specifies 1 input by value.<I1,I2>
OpBuilder.Arity2_IV_OU<I1,I2>input(I1 in1, I2 in2)Specifies 2 input by value.<I1,I2,I3>
OpBuilder.Arity3_IV_OU<I1,I2,I3>input(I1 in1, I2 in2, I3 in3)Specifies 3 input by value.<I1,I2,I3,I4>
OpBuilder.Arity4_IV_OU<I1,I2,I3,I4>input(I1 in1, I2 in2, I3 in3, I4 in4)Specifies 4 input by value.<I1,I2,I3,I4,I5>
OpBuilder.Arity5_IV_OU<I1,I2,I3,I4,I5>input(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5)Specifies 5 input by value.<I1,I2,I3,I4,I5,I6>
OpBuilder.Arity6_IV_OU<I1,I2,I3,I4,I5,I6>input(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6)Specifies 6 input by value.<I1,I2,I3,I4,I5,I6,I7>
OpBuilder.Arity7_IV_OU<I1,I2,I3,I4,I5,I6,I7>input(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6, I7 in7)Specifies 7 input by value.<I1,I2,I3,I4,I5,I6,I7,I8>
OpBuilder.Arity8_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8>input(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6, I7 in7, I8 in8)Specifies 8 input by value.<I1,I2,I3,I4,I5,I6,I7,I8,I9>
OpBuilder.Arity9_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9>input(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6, I7 in7, I8 in8, I9 in9)Specifies 9 input by value.<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10>
OpBuilder.Arity10_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10>input(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6, I7 in7, I8 in8, I9 in9, I10 in10)Specifies 10 input by value.<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11>
OpBuilder.Arity11_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11>input(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6, I7 in7, I8 in8, I9 in9, I10 in10, I11 in11)Specifies 11 input by value.<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>
OpBuilder.Arity12_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>input(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6, I7 in7, I8 in8, I9 in9, I10 in10, I11 in11, I12 in12)Specifies 12 input by value.<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13>
OpBuilder.Arity13_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13>input(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6, I7 in7, I8 in8, I9 in9, I10 in10, I11 in11, I12 in12, I13 in13)Specifies 13 input by value.<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14>
OpBuilder.Arity14_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14>input(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6, I7 in7, I8 in8, I9 in9, I10 in10, I11 in11, I12 in12, I13 in13, I14 in14)Specifies 14 input by value.<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15>
OpBuilder.Arity15_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15>input(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6, I7 in7, I8 in8, I9 in9, I10 in10, I11 in11, I12 in12, I13 in13, I14 in14, I15 in15)Specifies 15 input by value.<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16>
OpBuilder.Arity16_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16>input(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6, I7 in7, I8 in8, I9 in9, I10 in10, I11 in11, I12 in12, I13 in13, I14 in14, I15 in15, I16 in16)Specifies 16 input by value.<I1> OpBuilder.Arity1_IT_OU<I1>inType(Class<I1> in1Class)Specifies 1 input by raw type.<I1,I2>
OpBuilder.Arity2_IT_OU<I1,I2>inType(Class<I1> in1Class, Class<I2> in2Class)Specifies 2 input by raw type.<I1,I2,I3>
OpBuilder.Arity3_IT_OU<I1,I2,I3>inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class)Specifies 3 input by raw type.<I1,I2,I3,I4>
OpBuilder.Arity4_IT_OU<I1,I2,I3,I4>inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class)Specifies 4 input by raw type.<I1,I2,I3,I4,I5>
OpBuilder.Arity5_IT_OU<I1,I2,I3,I4,I5>inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class, Class<I5> in5Class)Specifies 5 input by raw type.<I1,I2,I3,I4,I5,I6>
OpBuilder.Arity6_IT_OU<I1,I2,I3,I4,I5,I6>inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class, Class<I5> in5Class, Class<I6> in6Class)Specifies 6 input by raw type.<I1,I2,I3,I4,I5,I6,I7>
OpBuilder.Arity7_IT_OU<I1,I2,I3,I4,I5,I6,I7>inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class, Class<I5> in5Class, Class<I6> in6Class, Class<I7> in7Class)Specifies 7 input by raw type.<I1,I2,I3,I4,I5,I6,I7,I8>
OpBuilder.Arity8_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8>inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class, Class<I5> in5Class, Class<I6> in6Class, Class<I7> in7Class, Class<I8> in8Class)Specifies 8 input by raw type.<I1,I2,I3,I4,I5,I6,I7,I8,I9>
OpBuilder.Arity9_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9>inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class, Class<I5> in5Class, Class<I6> in6Class, Class<I7> in7Class, Class<I8> in8Class, Class<I9> in9Class)Specifies 9 input by raw type.<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10>
OpBuilder.Arity10_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10>inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class, Class<I5> in5Class, Class<I6> in6Class, Class<I7> in7Class, Class<I8> in8Class, Class<I9> in9Class, Class<I10> in10Class)Specifies 10 input by raw type.<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11>
OpBuilder.Arity11_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11>inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class, Class<I5> in5Class, Class<I6> in6Class, Class<I7> in7Class, Class<I8> in8Class, Class<I9> in9Class, Class<I10> in10Class, Class<I11> in11Class)Specifies 11 input by raw type.<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>
OpBuilder.Arity12_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class, Class<I5> in5Class, Class<I6> in6Class, Class<I7> in7Class, Class<I8> in8Class, Class<I9> in9Class, Class<I10> in10Class, Class<I11> in11Class, Class<I12> in12Class)Specifies 12 input by raw type.<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13>
OpBuilder.Arity13_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13>inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class, Class<I5> in5Class, Class<I6> in6Class, Class<I7> in7Class, Class<I8> in8Class, Class<I9> in9Class, Class<I10> in10Class, Class<I11> in11Class, Class<I12> in12Class, Class<I13> in13Class)Specifies 13 input by raw type.<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14>
OpBuilder.Arity14_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14>inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class, Class<I5> in5Class, Class<I6> in6Class, Class<I7> in7Class, Class<I8> in8Class, Class<I9> in9Class, Class<I10> in10Class, Class<I11> in11Class, Class<I12> in12Class, Class<I13> in13Class, Class<I14> in14Class)Specifies 14 input by raw type.<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15>
OpBuilder.Arity15_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15>inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class, Class<I5> in5Class, Class<I6> in6Class, Class<I7> in7Class, Class<I8> in8Class, Class<I9> in9Class, Class<I10> in10Class, Class<I11> in11Class, Class<I12> in12Class, Class<I13> in13Class, Class<I14> in14Class, Class<I15> in15Class)Specifies 15 input by raw type.<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16>
OpBuilder.Arity16_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16>inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class, Class<I5> in5Class, Class<I6> in6Class, Class<I7> in7Class, Class<I8> in8Class, Class<I9> in9Class, Class<I10> in10Class, Class<I11> in11Class, Class<I12> in12Class, Class<I13> in13Class, Class<I14> in14Class, Class<I15> in15Class, Class<I16> in16Class)Specifies 16 input by raw type.<I1> OpBuilder.Arity1_IT_OU<I1>inType(Nil<I1> in1Type)Specifies 1 input by generic type.<I1,I2>
OpBuilder.Arity2_IT_OU<I1,I2>inType(Nil<I1> in1Type, Nil<I2> in2Type)Specifies 2 input by generic type.<I1,I2,I3>
OpBuilder.Arity3_IT_OU<I1,I2,I3>inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type)Specifies 3 input by generic type.<I1,I2,I3,I4>
OpBuilder.Arity4_IT_OU<I1,I2,I3,I4>inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type)Specifies 4 input by generic type.<I1,I2,I3,I4,I5>
OpBuilder.Arity5_IT_OU<I1,I2,I3,I4,I5>inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type)Specifies 5 input by generic type.<I1,I2,I3,I4,I5,I6>
OpBuilder.Arity6_IT_OU<I1,I2,I3,I4,I5,I6>inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type)Specifies 6 input by generic type.<I1,I2,I3,I4,I5,I6,I7>
OpBuilder.Arity7_IT_OU<I1,I2,I3,I4,I5,I6,I7>inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type)Specifies 7 input by generic type.<I1,I2,I3,I4,I5,I6,I7,I8>
OpBuilder.Arity8_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8>inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type)Specifies 8 input by generic type.<I1,I2,I3,I4,I5,I6,I7,I8,I9>
OpBuilder.Arity9_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9>inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type)Specifies 9 input by generic type.<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10>
OpBuilder.Arity10_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10>inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type)Specifies 10 input by generic type.<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11>
OpBuilder.Arity11_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11>inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type)Specifies 11 input by generic type.<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>
OpBuilder.Arity12_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type)Specifies 12 input by generic type.<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13>
OpBuilder.Arity13_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13>inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type)Specifies 13 input by generic type.<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14>
OpBuilder.Arity14_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14>inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type)Specifies 14 input by generic type.<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15>
OpBuilder.Arity15_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15>inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)Specifies 15 input by generic type.<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16>
OpBuilder.Arity16_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16>inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)Specifies 16 input by generic type.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O>
Computers.Arity16<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Nil<O> outType)Static utility method to match aComputersop with 16 inputs for operating on pre-allocated output.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O>
Computers.Arity16<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Nil<O> outType, Hints hints)AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O>
Computers.Arity15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<O> outType)Static utility method to match aComputersop with 15 inputs for operating on pre-allocated output.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O>
Computers.Arity15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<O> outType, Hints hints)AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O>
Computers.Arity14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<O> outType)Static utility method to match aComputersop with 14 inputs for operating on pre-allocated output.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O>
Computers.Arity14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<O> outType, Hints hints)AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O>
Computers.Arity13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<O> outType)Static utility method to match aComputersop with 13 inputs for operating on pre-allocated output.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O>
Computers.Arity13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<O> outType, Hints hints)AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O>
Computers.Arity12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<O> outType)Static utility method to match aComputersop with 12 inputs for operating on pre-allocated output.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O>
Computers.Arity12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<O> outType, Hints hints)AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O>
Computers.Arity11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<O> outType)Static utility method to match aComputersop with 11 inputs for operating on pre-allocated output.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O>
Computers.Arity11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<O> outType, Hints hints)AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O>
Computers.Arity10<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<O> outType)Static utility method to match aComputersop with 10 inputs for operating on pre-allocated output.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O>
Computers.Arity10<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<O> outType, Hints hints)AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,O>
Computers.Arity9<I1,I2,I3,I4,I5,I6,I7,I8,I9,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<O> outType)Static utility method to match aComputersop with 9 inputs for operating on pre-allocated output.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,O>
Computers.Arity9<I1,I2,I3,I4,I5,I6,I7,I8,I9,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<O> outType, Hints hints)AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,I8,O>
Computers.Arity8<I1,I2,I3,I4,I5,I6,I7,I8,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<O> outType)Static utility method to match aComputersop with 8 inputs for operating on pre-allocated output.static <I1,I2,I3,I4,I5,I6,I7,I8,O>
Computers.Arity8<I1,I2,I3,I4,I5,I6,I7,I8,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<O> outType, Hints hints)AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,O>
Computers.Arity7<I1,I2,I3,I4,I5,I6,I7,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<O> outType)Static utility method to match aComputersop with 7 inputs for operating on pre-allocated output.static <I1,I2,I3,I4,I5,I6,I7,O>
Computers.Arity7<I1,I2,I3,I4,I5,I6,I7,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<O> outType, Hints hints)AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,O>
Computers.Arity6<I1,I2,I3,I4,I5,I6,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<O> outType)Static utility method to match aComputersop with 6 inputs for operating on pre-allocated output.static <I1,I2,I3,I4,I5,I6,O>
Computers.Arity6<I1,I2,I3,I4,I5,I6,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<O> outType, Hints hints)AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,I5,O>
Computers.Arity5<I1,I2,I3,I4,I5,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<O> outType)Static utility method to match aComputersop with 5 inputs for operating on pre-allocated output.static <I1,I2,I3,I4,I5,O>
Computers.Arity5<I1,I2,I3,I4,I5,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<O> outType, Hints hints)AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,O>
Computers.Arity4<I1,I2,I3,I4,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<O> outType)Static utility method to match aComputersop with 4 inputs for operating on pre-allocated output.static <I1,I2,I3,I4,O>
Computers.Arity4<I1,I2,I3,I4,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<O> outType, Hints hints)AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,O>
Computers.Arity3<I1,I2,I3,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<O> outType)Static utility method to match aComputersop with 3 inputs for operating on pre-allocated output.static <I1,I2,I3,O>
Computers.Arity3<I1,I2,I3,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<O> outType, Hints hints)AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,O>
Computers.Arity2<I1,I2,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<O> outType)Static utility method to match aComputersop with 2 inputs for operating on pre-allocated output.static <I1,I2,O>
Computers.Arity2<I1,I2,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<O> outType, Hints hints)AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,O>
Computers.Arity1<I1,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<O> outType)Static utility method to match aComputersop with 1 input for operating on pre-allocated output.static <I1,O>
Computers.Arity1<I1,O>matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<O> outType, Hints hints)AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <O> Computers.Arity0<O>matchComputer(OpEnvironment env, String opName, Nil<O> outType)Static utility method to match aComputersop with 0 inputs for operating on pre-allocated output.static <O> Computers.Arity0<O>matchComputer(OpEnvironment env, String opName, Nil<O> outType, Hints hints)AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O>
Functions.Arity16<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Nil<O> outType)Static utility method to match aFunctionsop with 16 inputs.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O>
Functions.Arity16<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Nil<O> outType, Hints hints)AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O>
Functions.Arity15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<O> outType)Static utility method to match aFunctionsop with 15 inputs.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O>
Functions.Arity15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<O> outType, Hints hints)AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O>
Functions.Arity14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<O> outType)Static utility method to match aFunctionsop with 14 inputs.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O>
Functions.Arity14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<O> outType, Hints hints)AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O>
Functions.Arity13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<O> outType)Static utility method to match aFunctionsop with 13 inputs.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O>
Functions.Arity13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<O> outType, Hints hints)AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O>
Functions.Arity12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<O> outType)Static utility method to match aFunctionsop with 12 inputs.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O>
Functions.Arity12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<O> outType, Hints hints)AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O>
Functions.Arity11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<O> outType)Static utility method to match aFunctionsop with 11 inputs.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O>
Functions.Arity11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<O> outType, Hints hints)AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O>
Functions.Arity10<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<O> outType)Static utility method to match aFunctionsop with 10 inputs.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O>
Functions.Arity10<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<O> outType, Hints hints)AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,O>
Functions.Arity9<I1,I2,I3,I4,I5,I6,I7,I8,I9,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<O> outType)Static utility method to match aFunctionsop with 9 inputs.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,O>
Functions.Arity9<I1,I2,I3,I4,I5,I6,I7,I8,I9,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<O> outType, Hints hints)AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,I8,O>
Functions.Arity8<I1,I2,I3,I4,I5,I6,I7,I8,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<O> outType)Static utility method to match aFunctionsop with 8 inputs.static <I1,I2,I3,I4,I5,I6,I7,I8,O>
Functions.Arity8<I1,I2,I3,I4,I5,I6,I7,I8,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<O> outType, Hints hints)AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,O>
Functions.Arity7<I1,I2,I3,I4,I5,I6,I7,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<O> outType)Static utility method to match aFunctionsop with 7 inputs.static <I1,I2,I3,I4,I5,I6,I7,O>
Functions.Arity7<I1,I2,I3,I4,I5,I6,I7,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<O> outType, Hints hints)AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,O>
Functions.Arity6<I1,I2,I3,I4,I5,I6,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<O> outType)Static utility method to match aFunctionsop with 6 inputs.static <I1,I2,I3,I4,I5,I6,O>
Functions.Arity6<I1,I2,I3,I4,I5,I6,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<O> outType, Hints hints)AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,I5,O>
Functions.Arity5<I1,I2,I3,I4,I5,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<O> outType)Static utility method to match aFunctionsop with 5 inputs.static <I1,I2,I3,I4,I5,O>
Functions.Arity5<I1,I2,I3,I4,I5,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<O> outType, Hints hints)AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,I4,O>
Functions.Arity4<I1,I2,I3,I4,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<O> outType)Static utility method to match aFunctionsop with 4 inputs.static <I1,I2,I3,I4,O>
Functions.Arity4<I1,I2,I3,I4,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<O> outType, Hints hints)AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,I3,O>
Functions.Arity3<I1,I2,I3,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<O> outType)Static utility method to match aFunctionsop with 3 inputs.static <I1,I2,I3,O>
Functions.Arity3<I1,I2,I3,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<O> outType, Hints hints)AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,I2,O>
BiFunction<I1,I2,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<O> outType)Static utility method to match aFunctionsop with 2 inputs.static <I1,I2,O>
BiFunction<I1,I2,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<O> outType, Hints hints)AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <I1,O>
Function<I1,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<O> outType)Static utility method to match aFunctionsop with 1 input.static <I1,O>
Function<I1,O>matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<O> outType, Hints hints)AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <O> Producer<O>matchFunction(OpEnvironment env, String opName, Nil<O> outType)Static utility method to match aFunctionsop with 0 inputs.static <O> Producer<O>matchFunction(OpEnvironment env, String opName, Nil<O> outType, Hints hints)AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.static <IO> Inplaces.Arity1<IO>matchInplace(OpEnvironment env, String opName, Nil<IO> ioType)Static utility method to match anInplacesop with 1 input, modifying the 1st input in-place.static <IO> Inplaces.Arity1<IO>matchInplace(OpEnvironment env, String opName, Nil<IO> ioType, Hints hints)AsmatchInplace(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<IO>), but match using the providedHints.static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10>
Inplaces.Arity10_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10>matchInplace10_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type)Static utility method to match anInplacesop with 10 inputs, modifying the 1st input in-place.static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10>
Inplaces.Arity10_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10>matchInplace10_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Hints hints)AsmatchInplace10_1(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>, org.scijava.types.Nil<I10>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO>
Inplaces.Arity10_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO>matchInplace10_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType)Static utility method to match anInplacesop with 10 inputs, modifying the 10th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO>
Inplaces.Arity10_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO>matchInplace10_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Hints hints)AsmatchInplace10_10(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>, org.scijava.types.Nil<IO>), but match using the providedHints.static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10>
Inplaces.Arity10_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10>matchInplace10_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type)Static utility method to match anInplacesop with 10 inputs, modifying the 2nd input in-place.static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10>
Inplaces.Arity10_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10>matchInplace10_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Hints hints)AsmatchInplace10_2(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>, org.scijava.types.Nil<I10>), but match using the providedHints.static <I1,I2,IO,I4,I5,I6,I7,I8,I9,I10>
Inplaces.Arity10_3<I1,I2,IO,I4,I5,I6,I7,I8,I9,I10>matchInplace10_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type)Static utility method to match anInplacesop with 10 inputs, modifying the 3rd input in-place.static <I1,I2,IO,I4,I5,I6,I7,I8,I9,I10>
Inplaces.Arity10_3<I1,I2,IO,I4,I5,I6,I7,I8,I9,I10>matchInplace10_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Hints hints)AsmatchInplace10_3(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>, org.scijava.types.Nil<I10>), but match using the providedHints.static <I1,I2,I3,IO,I5,I6,I7,I8,I9,I10>
Inplaces.Arity10_4<I1,I2,I3,IO,I5,I6,I7,I8,I9,I10>matchInplace10_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type)Static utility method to match anInplacesop with 10 inputs, modifying the 4th input in-place.static <I1,I2,I3,IO,I5,I6,I7,I8,I9,I10>
Inplaces.Arity10_4<I1,I2,I3,IO,I5,I6,I7,I8,I9,I10>matchInplace10_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Hints hints)AsmatchInplace10_4(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>, org.scijava.types.Nil<I10>), but match using the providedHints.static <I1,I2,I3,I4,IO,I6,I7,I8,I9,I10>
Inplaces.Arity10_5<I1,I2,I3,I4,IO,I6,I7,I8,I9,I10>matchInplace10_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type)Static utility method to match anInplacesop with 10 inputs, modifying the 5th input in-place.static <I1,I2,I3,I4,IO,I6,I7,I8,I9,I10>
Inplaces.Arity10_5<I1,I2,I3,I4,IO,I6,I7,I8,I9,I10>matchInplace10_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Hints hints)AsmatchInplace10_5(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>, org.scijava.types.Nil<I10>), but match using the providedHints.static <I1,I2,I3,I4,I5,IO,I7,I8,I9,I10>
Inplaces.Arity10_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10>matchInplace10_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type)Static utility method to match anInplacesop with 10 inputs, modifying the 6th input in-place.static <I1,I2,I3,I4,I5,IO,I7,I8,I9,I10>
Inplaces.Arity10_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10>matchInplace10_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Hints hints)AsmatchInplace10_6(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>, org.scijava.types.Nil<I10>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,IO,I8,I9,I10>
Inplaces.Arity10_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10>matchInplace10_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type)Static utility method to match anInplacesop with 10 inputs, modifying the 7th input in-place.static <I1,I2,I3,I4,I5,I6,IO,I8,I9,I10>
Inplaces.Arity10_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10>matchInplace10_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Hints hints)AsmatchInplace10_7(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>, org.scijava.types.Nil<I10>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,IO,I9,I10>
Inplaces.Arity10_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10>matchInplace10_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type)Static utility method to match anInplacesop with 10 inputs, modifying the 8th input in-place.static <I1,I2,I3,I4,I5,I6,I7,IO,I9,I10>
Inplaces.Arity10_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10>matchInplace10_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Hints hints)AsmatchInplace10_8(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I9>, org.scijava.types.Nil<I10>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,I8,IO,I10>
Inplaces.Arity10_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10>matchInplace10_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type)Static utility method to match anInplacesop with 10 inputs, modifying the 9th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,IO,I10>
Inplaces.Arity10_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10>matchInplace10_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Hints hints)AsmatchInplace10_9(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I10>), but match using the providedHints.static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11>
Inplaces.Arity11_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11>matchInplace11_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type)Static utility method to match anInplacesop with 11 inputs, modifying the 1st input in-place.static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11>
Inplaces.Arity11_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11>matchInplace11_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11>
Inplaces.Arity11_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11>matchInplace11_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Nil<I11> in11Type)Static utility method to match anInplacesop with 11 inputs, modifying the 10th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11>
Inplaces.Arity11_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11>matchInplace11_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Nil<I11> in11Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO>
Inplaces.Arity11_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO>matchInplace11_11(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<IO> ioType)Static utility method to match anInplacesop with 11 inputs, modifying the 11th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO>
Inplaces.Arity11_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO>matchInplace11_11(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<IO> ioType, Hints hints)static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11>
Inplaces.Arity11_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11>matchInplace11_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type)Static utility method to match anInplacesop with 11 inputs, modifying the 2nd input in-place.static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11>
Inplaces.Arity11_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11>matchInplace11_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Hints hints)static <I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11>
Inplaces.Arity11_3<I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11>matchInplace11_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type)Static utility method to match anInplacesop with 11 inputs, modifying the 3rd input in-place.static <I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11>
Inplaces.Arity11_3<I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11>matchInplace11_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Hints hints)static <I1,I2,I3,IO,I5,I6,I7,I8,I9,I10,I11>
Inplaces.Arity11_4<I1,I2,I3,IO,I5,I6,I7,I8,I9,I10,I11>matchInplace11_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type)Static utility method to match anInplacesop with 11 inputs, modifying the 4th input in-place.static <I1,I2,I3,IO,I5,I6,I7,I8,I9,I10,I11>
Inplaces.Arity11_4<I1,I2,I3,IO,I5,I6,I7,I8,I9,I10,I11>matchInplace11_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Hints hints)static <I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11>
Inplaces.Arity11_5<I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11>matchInplace11_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type)Static utility method to match anInplacesop with 11 inputs, modifying the 5th input in-place.static <I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11>
Inplaces.Arity11_5<I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11>matchInplace11_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Hints hints)static <I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11>
Inplaces.Arity11_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11>matchInplace11_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type)Static utility method to match anInplacesop with 11 inputs, modifying the 6th input in-place.static <I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11>
Inplaces.Arity11_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11>matchInplace11_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Hints hints)static <I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11>
Inplaces.Arity11_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11>matchInplace11_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type)Static utility method to match anInplacesop with 11 inputs, modifying the 7th input in-place.static <I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11>
Inplaces.Arity11_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11>matchInplace11_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11>
Inplaces.Arity11_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11>matchInplace11_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type)Static utility method to match anInplacesop with 11 inputs, modifying the 8th input in-place.static <I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11>
Inplaces.Arity11_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11>matchInplace11_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11>
Inplaces.Arity11_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11>matchInplace11_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Nil<I11> in11Type)Static utility method to match anInplacesop with 11 inputs, modifying the 9th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11>
Inplaces.Arity11_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11>matchInplace11_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Nil<I11> in11Type, Hints hints)static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>
Inplaces.Arity12_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>matchInplace12_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type)Static utility method to match anInplacesop with 12 inputs, modifying the 1st input in-place.static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>
Inplaces.Arity12_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>matchInplace12_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12>
Inplaces.Arity12_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12>matchInplace12_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Nil<I11> in11Type, Nil<I12> in12Type)Static utility method to match anInplacesop with 12 inputs, modifying the 10th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12>
Inplaces.Arity12_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12>matchInplace12_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Nil<I11> in11Type, Nil<I12> in12Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12>
Inplaces.Arity12_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12>matchInplace12_11(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<IO> ioType, Nil<I12> in12Type)Static utility method to match anInplacesop with 12 inputs, modifying the 11th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12>
Inplaces.Arity12_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12>matchInplace12_11(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<IO> ioType, Nil<I12> in12Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO>
Inplaces.Arity12_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO>matchInplace12_12(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<IO> ioType)Static utility method to match anInplacesop with 12 inputs, modifying the 12th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO>
Inplaces.Arity12_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO>matchInplace12_12(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<IO> ioType, Hints hints)static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>
Inplaces.Arity12_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>matchInplace12_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type)Static utility method to match anInplacesop with 12 inputs, modifying the 2nd input in-place.static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>
Inplaces.Arity12_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12>matchInplace12_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Hints hints)static <I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11,I12>
Inplaces.Arity12_3<I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11,I12>matchInplace12_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type)Static utility method to match anInplacesop with 12 inputs, modifying the 3rd input in-place.static <I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11,I12>
Inplaces.Arity12_3<I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11,I12>matchInplace12_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Hints hints)static <I1,I2,I3,IO,I5,I6,I7,I8,I9,I10,I11,I12>
Inplaces.Arity12_4<I1,I2,I3,IO,I5,I6,I7,I8,I9,I10,I11,I12>matchInplace12_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type)Static utility method to match anInplacesop with 12 inputs, modifying the 4th input in-place.static <I1,I2,I3,IO,I5,I6,I7,I8,I9,I10,I11,I12>
Inplaces.Arity12_4<I1,I2,I3,IO,I5,I6,I7,I8,I9,I10,I11,I12>matchInplace12_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Hints hints)static <I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11,I12>
Inplaces.Arity12_5<I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11,I12>matchInplace12_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type)Static utility method to match anInplacesop with 12 inputs, modifying the 5th input in-place.static <I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11,I12>
Inplaces.Arity12_5<I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11,I12>matchInplace12_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Hints hints)static <I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12>
Inplaces.Arity12_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12>matchInplace12_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type)Static utility method to match anInplacesop with 12 inputs, modifying the 6th input in-place.static <I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12>
Inplaces.Arity12_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12>matchInplace12_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Hints hints)static <I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12>
Inplaces.Arity12_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12>matchInplace12_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type)Static utility method to match anInplacesop with 12 inputs, modifying the 7th input in-place.static <I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12>
Inplaces.Arity12_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12>matchInplace12_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12>
Inplaces.Arity12_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12>matchInplace12_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type)Static utility method to match anInplacesop with 12 inputs, modifying the 8th input in-place.static <I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12>
Inplaces.Arity12_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12>matchInplace12_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12>
Inplaces.Arity12_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12>matchInplace12_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type)Static utility method to match anInplacesop with 12 inputs, modifying the 9th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12>
Inplaces.Arity12_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12>matchInplace12_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Hints hints)static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13>
Inplaces.Arity13_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13>matchInplace13_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type)Static utility method to match anInplacesop with 13 inputs, modifying the 1st input in-place.static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13>
Inplaces.Arity13_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13>matchInplace13_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13>
Inplaces.Arity13_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13>matchInplace13_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type)Static utility method to match anInplacesop with 13 inputs, modifying the 10th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13>
Inplaces.Arity13_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13>matchInplace13_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13>
Inplaces.Arity13_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13>matchInplace13_11(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<IO> ioType, Nil<I12> in12Type, Nil<I13> in13Type)Static utility method to match anInplacesop with 13 inputs, modifying the 11th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13>
Inplaces.Arity13_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13>matchInplace13_11(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<IO> ioType, Nil<I12> in12Type, Nil<I13> in13Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13>
Inplaces.Arity13_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13>matchInplace13_12(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<IO> ioType, Nil<I13> in13Type)Static utility method to match anInplacesop with 13 inputs, modifying the 12th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13>
Inplaces.Arity13_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13>matchInplace13_12(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<IO> ioType, Nil<I13> in13Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO>
Inplaces.Arity13_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO>matchInplace13_13(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<IO> ioType)Static utility method to match anInplacesop with 13 inputs, modifying the 13th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO>
Inplaces.Arity13_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO>matchInplace13_13(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<IO> ioType, Hints hints)static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13>
Inplaces.Arity13_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13>matchInplace13_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type)Static utility method to match anInplacesop with 13 inputs, modifying the 2nd input in-place.static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13>
Inplaces.Arity13_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13>matchInplace13_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Hints hints)static <I1,I2,IO,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>matchInplace13_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type)Static utility method to match anInplacesop with 13 inputs, modifying the 3rd input in-place.static <I1,I2,IO,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>matchInplace13_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Hints hints)static <I1,I2,I3,IO,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>matchInplace13_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type)Static utility method to match anInplacesop with 13 inputs, modifying the 4th input in-place.static <I1,I2,I3,IO,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>matchInplace13_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Hints hints)static <I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11,I12,I13>
Inplaces.Arity13_5<I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11,I12,I13>matchInplace13_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type)Static utility method to match anInplacesop with 13 inputs, modifying the 5th input in-place.static <I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11,I12,I13>
Inplaces.Arity13_5<I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11,I12,I13>matchInplace13_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Hints hints)static <I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12,I13>
Inplaces.Arity13_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12,I13>matchInplace13_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type)Static utility method to match anInplacesop with 13 inputs, modifying the 6th input in-place.static <I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12,I13>
Inplaces.Arity13_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12,I13>matchInplace13_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Hints hints)static <I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12,I13>
Inplaces.Arity13_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12,I13>matchInplace13_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type)Static utility method to match anInplacesop with 13 inputs, modifying the 7th input in-place.static <I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12,I13>
Inplaces.Arity13_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12,I13>matchInplace13_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12,I13>
Inplaces.Arity13_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12,I13>matchInplace13_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type)Static utility method to match anInplacesop with 13 inputs, modifying the 8th input in-place.static <I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12,I13>
Inplaces.Arity13_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12,I13>matchInplace13_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13>
Inplaces.Arity13_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13>matchInplace13_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type)Static utility method to match anInplacesop with 13 inputs, modifying the 9th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13>
Inplaces.Arity13_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13>matchInplace13_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Hints hints)static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14>
Inplaces.Arity14_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14>matchInplace14_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type)Static utility method to match anInplacesop with 14 inputs, modifying the 1st input in-place.static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14>
Inplaces.Arity14_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14>matchInplace14_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13,I14>
Inplaces.Arity14_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13,I14>matchInplace14_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type)Static utility method to match anInplacesop with 14 inputs, modifying the 10th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13,I14>
Inplaces.Arity14_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13,I14>matchInplace14_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14>
Inplaces.Arity14_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14>matchInplace14_11(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<IO> ioType, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type)Static utility method to match anInplacesop with 14 inputs, modifying the 11th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14>
Inplaces.Arity14_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14>matchInplace14_11(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<IO> ioType, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14>
Inplaces.Arity14_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14>matchInplace14_12(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<IO> ioType, Nil<I13> in13Type, Nil<I14> in14Type)Static utility method to match anInplacesop with 14 inputs, modifying the 12th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14>
Inplaces.Arity14_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14>matchInplace14_12(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<IO> ioType, Nil<I13> in13Type, Nil<I14> in14Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14>
Inplaces.Arity14_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14>matchInplace14_13(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<IO> ioType, Nil<I14> in14Type)Static utility method to match anInplacesop with 14 inputs, modifying the 13th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14>
Inplaces.Arity14_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14>matchInplace14_13(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<IO> ioType, Nil<I14> in14Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO>
Inplaces.Arity14_14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO>matchInplace14_14(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<IO> ioType)Static utility method to match anInplacesop with 14 inputs, modifying the 14th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO>
Inplaces.Arity14_14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO>matchInplace14_14(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<IO> ioType, Hints hints)static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14>
Inplaces.Arity14_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14>matchInplace14_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type)Static utility method to match anInplacesop with 14 inputs, modifying the 2nd input in-place.static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14>
Inplaces.Arity14_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14>matchInplace14_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Hints hints)static <I1,I2,IO,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>matchInplace14_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type)Static utility method to match anInplacesop with 14 inputs, modifying the 3rd input in-place.static <I1,I2,IO,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>matchInplace14_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Hints hints)static <I1,I2,I3,IO,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>matchInplace14_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type)Static utility method to match anInplacesop with 14 inputs, modifying the 4th input in-place.static <I1,I2,I3,IO,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>matchInplace14_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Hints hints)static <I1,I2,I3,I4,IO,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>matchInplace14_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type)Static utility method to match anInplacesop with 14 inputs, modifying the 5th input in-place.static <I1,I2,I3,I4,IO,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>matchInplace14_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Hints hints)static <I1,I2,I3,I4,I5,IO,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>matchInplace14_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type)Static utility method to match anInplacesop with 14 inputs, modifying the 6th input in-place.static <I1,I2,I3,I4,I5,IO,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>matchInplace14_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Hints hints)static <I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12,I13,I14>
Inplaces.Arity14_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12,I13,I14>matchInplace14_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type)Static utility method to match anInplacesop with 14 inputs, modifying the 7th input in-place.static <I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12,I13,I14>
Inplaces.Arity14_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12,I13,I14>matchInplace14_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12,I13,I14>
Inplaces.Arity14_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12,I13,I14>matchInplace14_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type)Static utility method to match anInplacesop with 14 inputs, modifying the 8th input in-place.static <I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12,I13,I14>
Inplaces.Arity14_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12,I13,I14>matchInplace14_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13,I14>
Inplaces.Arity14_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13,I14>matchInplace14_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type)Static utility method to match anInplacesop with 14 inputs, modifying the 9th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13,I14>
Inplaces.Arity14_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13,I14>matchInplace14_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Hints hints)static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15>
Inplaces.Arity15_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15>matchInplace15_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)Static utility method to match anInplacesop with 15 inputs, modifying the 1st input in-place.static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15>
Inplaces.Arity15_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15>matchInplace15_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13,I14,I15>
Inplaces.Arity15_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13,I14,I15>matchInplace15_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)Static utility method to match anInplacesop with 15 inputs, modifying the 10th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13,I14,I15>
Inplaces.Arity15_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13,I14,I15>matchInplace15_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14,I15>
Inplaces.Arity15_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14,I15>matchInplace15_11(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<IO> ioType, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)Static utility method to match anInplacesop with 15 inputs, modifying the 11th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14,I15>
Inplaces.Arity15_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14,I15>matchInplace15_11(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<IO> ioType, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14,I15>
Inplaces.Arity15_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14,I15>matchInplace15_12(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<IO> ioType, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)Static utility method to match anInplacesop with 15 inputs, modifying the 12th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14,I15>
Inplaces.Arity15_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14,I15>matchInplace15_12(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<IO> ioType, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14,I15>
Inplaces.Arity15_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14,I15>matchInplace15_13(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<IO> ioType, Nil<I14> in14Type, Nil<I15> in15Type)Static utility method to match anInplacesop with 15 inputs, modifying the 13th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14,I15>
Inplaces.Arity15_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14,I15>matchInplace15_13(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<IO> ioType, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO,I15>
Inplaces.Arity15_14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO,I15>matchInplace15_14(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<IO> ioType, Nil<I15> in15Type)Static utility method to match anInplacesop with 15 inputs, modifying the 14th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO,I15>
Inplaces.Arity15_14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO,I15>matchInplace15_14(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<IO> ioType, Nil<I15> in15Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO>
Inplaces.Arity15_15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO>matchInplace15_15(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<IO> ioType)Static utility method to match anInplacesop with 15 inputs, modifying the 15th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO>
Inplaces.Arity15_15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO>matchInplace15_15(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<IO> ioType, Hints hints)static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15>
Inplaces.Arity15_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15>matchInplace15_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)Static utility method to match anInplacesop with 15 inputs, modifying the 2nd input in-place.static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15>
Inplaces.Arity15_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15>matchInplace15_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)static <I1,I2,IO,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>matchInplace15_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)Static utility method to match anInplacesop with 15 inputs, modifying the 3rd input in-place.static <I1,I2,IO,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>matchInplace15_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)static <I1,I2,I3,IO,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>matchInplace15_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)Static utility method to match anInplacesop with 15 inputs, modifying the 4th input in-place.static <I1,I2,I3,IO,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>matchInplace15_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)static <I1,I2,I3,I4,IO,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>matchInplace15_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)Static utility method to match anInplacesop with 15 inputs, modifying the 5th input in-place.static <I1,I2,I3,I4,IO,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>matchInplace15_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)static <I1,I2,I3,I4,I5,IO,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>matchInplace15_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)Static utility method to match anInplacesop with 15 inputs, modifying the 6th input in-place.static <I1,I2,I3,I4,I5,IO,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>matchInplace15_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)static <I1,I2,I3,I4,I5,I6,IO,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>matchInplace15_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)Static utility method to match anInplacesop with 15 inputs, modifying the 7th input in-place.static <I1,I2,I3,I4,I5,I6,IO,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>matchInplace15_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,IO,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>matchInplace15_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)Static utility method to match anInplacesop with 15 inputs, modifying the 8th input in-place.static <I1,I2,I3,I4,I5,I6,I7,IO,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>matchInplace15_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13,I14,I15>
Inplaces.Arity15_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13,I14,I15>matchInplace15_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)Static utility method to match anInplacesop with 15 inputs, modifying the 9th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13,I14,I15>
Inplaces.Arity15_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13,I14,I15>matchInplace15_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16>
Inplaces.Arity16_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16>matchInplace16_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)Static utility method to match anInplacesop with 16 inputs, modifying the 1st input in-place.static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16>
Inplaces.Arity16_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16>matchInplace16_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,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>matchInplace16_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)Static utility method to match anInplacesop with 16 inputs, modifying the 10th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,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>matchInplace16_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14,I15,I16>
Inplaces.Arity16_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14,I15,I16>matchInplace16_11(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<IO> ioType, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)Static utility method to match anInplacesop with 16 inputs, modifying the 11th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14,I15,I16>
Inplaces.Arity16_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14,I15,I16>matchInplace16_11(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<IO> ioType, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14,I15,I16>
Inplaces.Arity16_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14,I15,I16>matchInplace16_12(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<IO> ioType, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)Static utility method to match anInplacesop with 16 inputs, modifying the 12th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14,I15,I16>
Inplaces.Arity16_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14,I15,I16>matchInplace16_12(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<IO> ioType, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14,I15,I16>
Inplaces.Arity16_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14,I15,I16>matchInplace16_13(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<IO> ioType, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)Static utility method to match anInplacesop with 16 inputs, modifying the 13th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14,I15,I16>
Inplaces.Arity16_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14,I15,I16>matchInplace16_13(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<IO> ioType, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO,I15,I16>
Inplaces.Arity16_14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO,I15,I16>matchInplace16_14(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<IO> ioType, Nil<I15> in15Type, Nil<I16> in16Type)Static utility method to match anInplacesop with 16 inputs, modifying the 14th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO,I15,I16>
Inplaces.Arity16_14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO,I15,I16>matchInplace16_14(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<IO> ioType, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO,I16>
Inplaces.Arity16_15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO,I16>matchInplace16_15(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<IO> ioType, Nil<I16> in16Type)Static utility method to match anInplacesop with 16 inputs, modifying the 15th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO,I16>
Inplaces.Arity16_15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO,I16>matchInplace16_15(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<IO> ioType, Nil<I16> in16Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,IO>
Inplaces.Arity16_16<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,IO>matchInplace16_16(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<IO> ioType)Static utility method to match anInplacesop with 16 inputs, modifying the 16th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,IO>
Inplaces.Arity16_16<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,IO>matchInplace16_16(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<IO> ioType, Hints hints)static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16>
Inplaces.Arity16_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16>matchInplace16_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)Static utility method to match anInplacesop with 16 inputs, modifying the 2nd input in-place.static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16>
Inplaces.Arity16_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16>matchInplace16_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)static <I1,I2,IO,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>matchInplace16_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)Static utility method to match anInplacesop with 16 inputs, modifying the 3rd input in-place.static <I1,I2,IO,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>matchInplace16_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)static <I1,I2,I3,IO,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>matchInplace16_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)Static utility method to match anInplacesop with 16 inputs, modifying the 4th input in-place.static <I1,I2,I3,IO,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>matchInplace16_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)static <I1,I2,I3,I4,IO,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>matchInplace16_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)Static utility method to match anInplacesop with 16 inputs, modifying the 5th input in-place.static <I1,I2,I3,I4,IO,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>matchInplace16_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)static <I1,I2,I3,I4,I5,IO,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>matchInplace16_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)Static utility method to match anInplacesop with 16 inputs, modifying the 6th input in-place.static <I1,I2,I3,I4,I5,IO,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>matchInplace16_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)static <I1,I2,I3,I4,I5,I6,IO,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>matchInplace16_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)Static utility method to match anInplacesop with 16 inputs, modifying the 7th input in-place.static <I1,I2,I3,I4,I5,I6,IO,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>matchInplace16_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,IO,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>matchInplace16_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)Static utility method to match anInplacesop with 16 inputs, modifying the 8th input in-place.static <I1,I2,I3,I4,I5,I6,I7,IO,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>matchInplace16_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)static <I1,I2,I3,I4,I5,I6,I7,I8,IO,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>matchInplace16_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)Static utility method to match anInplacesop with 16 inputs, modifying the 9th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,IO,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>matchInplace16_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)static <IO,I2>
Inplaces.Arity2_1<IO,I2>matchInplace2_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type)Static utility method to match anInplacesop with 2 inputs, modifying the 1st input in-place.static <IO,I2>
Inplaces.Arity2_1<IO,I2>matchInplace2_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Hints hints)AsmatchInplace2_1(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I2>), but match using the providedHints.static <I1,IO>
Inplaces.Arity2_2<I1,IO>matchInplace2_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType)Static utility method to match anInplacesop with 2 inputs, modifying the 2nd input in-place.static <I1,IO>
Inplaces.Arity2_2<I1,IO>matchInplace2_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Hints hints)AsmatchInplace2_2(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<IO>), but match using the providedHints.static <IO,I2,I3>
Inplaces.Arity3_1<IO,I2,I3>matchInplace3_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type)Static utility method to match anInplacesop with 3 inputs, modifying the 1st input in-place.static <IO,I2,I3>
Inplaces.Arity3_1<IO,I2,I3>matchInplace3_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Hints hints)AsmatchInplace3_1(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>), but match using the providedHints.static <I1,IO,I3>
Inplaces.Arity3_2<I1,IO,I3>matchInplace3_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type)Static utility method to match anInplacesop with 3 inputs, modifying the 2nd input in-place.static <I1,IO,I3>
Inplaces.Arity3_2<I1,IO,I3>matchInplace3_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Hints hints)AsmatchInplace3_2(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I3>), but match using the providedHints.static <I1,I2,IO>
Inplaces.Arity3_3<I1,I2,IO>matchInplace3_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType)Static utility method to match anInplacesop with 3 inputs, modifying the 3rd input in-place.static <I1,I2,IO>
Inplaces.Arity3_3<I1,I2,IO>matchInplace3_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Hints hints)AsmatchInplace3_3(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<IO>), but match using the providedHints.static <IO,I2,I3,I4>
Inplaces.Arity4_1<IO,I2,I3,I4>matchInplace4_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type)Static utility method to match anInplacesop with 4 inputs, modifying the 1st input in-place.static <IO,I2,I3,I4>
Inplaces.Arity4_1<IO,I2,I3,I4>matchInplace4_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Hints hints)static <I1,IO,I3,I4>
Inplaces.Arity4_2<I1,IO,I3,I4>matchInplace4_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type)Static utility method to match anInplacesop with 4 inputs, modifying the 2nd input in-place.static <I1,IO,I3,I4>
Inplaces.Arity4_2<I1,IO,I3,I4>matchInplace4_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Hints hints)static <I1,I2,IO,I4>
Inplaces.Arity4_3<I1,I2,IO,I4>matchInplace4_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type)Static utility method to match anInplacesop with 4 inputs, modifying the 3rd input in-place.static <I1,I2,IO,I4>
Inplaces.Arity4_3<I1,I2,IO,I4>matchInplace4_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Hints hints)static <I1,I2,I3,IO>
Inplaces.Arity4_4<I1,I2,I3,IO>matchInplace4_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType)Static utility method to match anInplacesop with 4 inputs, modifying the 4th input in-place.static <I1,I2,I3,IO>
Inplaces.Arity4_4<I1,I2,I3,IO>matchInplace4_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Hints hints)static <IO,I2,I3,I4,I5>
Inplaces.Arity5_1<IO,I2,I3,I4,I5>matchInplace5_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type)Static utility method to match anInplacesop with 5 inputs, modifying the 1st input in-place.static <IO,I2,I3,I4,I5>
Inplaces.Arity5_1<IO,I2,I3,I4,I5>matchInplace5_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Hints hints)static <I1,IO,I3,I4,I5>
Inplaces.Arity5_2<I1,IO,I3,I4,I5>matchInplace5_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type)Static utility method to match anInplacesop with 5 inputs, modifying the 2nd input in-place.static <I1,IO,I3,I4,I5>
Inplaces.Arity5_2<I1,IO,I3,I4,I5>matchInplace5_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Hints hints)static <I1,I2,IO,I4,I5>
Inplaces.Arity5_3<I1,I2,IO,I4,I5>matchInplace5_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type)Static utility method to match anInplacesop with 5 inputs, modifying the 3rd input in-place.static <I1,I2,IO,I4,I5>
Inplaces.Arity5_3<I1,I2,IO,I4,I5>matchInplace5_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Hints hints)static <I1,I2,I3,IO,I5>
Inplaces.Arity5_4<I1,I2,I3,IO,I5>matchInplace5_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type)Static utility method to match anInplacesop with 5 inputs, modifying the 4th input in-place.static <I1,I2,I3,IO,I5>
Inplaces.Arity5_4<I1,I2,I3,IO,I5>matchInplace5_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Hints hints)static <I1,I2,I3,I4,IO>
Inplaces.Arity5_5<I1,I2,I3,I4,IO>matchInplace5_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType)Static utility method to match anInplacesop with 5 inputs, modifying the 5th input in-place.static <I1,I2,I3,I4,IO>
Inplaces.Arity5_5<I1,I2,I3,I4,IO>matchInplace5_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Hints hints)static <IO,I2,I3,I4,I5,I6>
Inplaces.Arity6_1<IO,I2,I3,I4,I5,I6>matchInplace6_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type)Static utility method to match anInplacesop with 6 inputs, modifying the 1st input in-place.static <IO,I2,I3,I4,I5,I6>
Inplaces.Arity6_1<IO,I2,I3,I4,I5,I6>matchInplace6_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Hints hints)static <I1,IO,I3,I4,I5,I6>
Inplaces.Arity6_2<I1,IO,I3,I4,I5,I6>matchInplace6_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type)Static utility method to match anInplacesop with 6 inputs, modifying the 2nd input in-place.static <I1,IO,I3,I4,I5,I6>
Inplaces.Arity6_2<I1,IO,I3,I4,I5,I6>matchInplace6_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Hints hints)static <I1,I2,IO,I4,I5,I6>
Inplaces.Arity6_3<I1,I2,IO,I4,I5,I6>matchInplace6_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type)Static utility method to match anInplacesop with 6 inputs, modifying the 3rd input in-place.static <I1,I2,IO,I4,I5,I6>
Inplaces.Arity6_3<I1,I2,IO,I4,I5,I6>matchInplace6_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Hints hints)static <I1,I2,I3,IO,I5,I6>
Inplaces.Arity6_4<I1,I2,I3,IO,I5,I6>matchInplace6_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type)Static utility method to match anInplacesop with 6 inputs, modifying the 4th input in-place.static <I1,I2,I3,IO,I5,I6>
Inplaces.Arity6_4<I1,I2,I3,IO,I5,I6>matchInplace6_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Hints hints)static <I1,I2,I3,I4,IO,I6>
Inplaces.Arity6_5<I1,I2,I3,I4,IO,I6>matchInplace6_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type)Static utility method to match anInplacesop with 6 inputs, modifying the 5th input in-place.static <I1,I2,I3,I4,IO,I6>
Inplaces.Arity6_5<I1,I2,I3,I4,IO,I6>matchInplace6_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Hints hints)static <I1,I2,I3,I4,I5,IO>
Inplaces.Arity6_6<I1,I2,I3,I4,I5,IO>matchInplace6_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType)Static utility method to match anInplacesop with 6 inputs, modifying the 6th input in-place.static <I1,I2,I3,I4,I5,IO>
Inplaces.Arity6_6<I1,I2,I3,I4,I5,IO>matchInplace6_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Hints hints)static <IO,I2,I3,I4,I5,I6,I7>
Inplaces.Arity7_1<IO,I2,I3,I4,I5,I6,I7>matchInplace7_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type)Static utility method to match anInplacesop with 7 inputs, modifying the 1st input in-place.static <IO,I2,I3,I4,I5,I6,I7>
Inplaces.Arity7_1<IO,I2,I3,I4,I5,I6,I7>matchInplace7_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Hints hints)static <I1,IO,I3,I4,I5,I6,I7>
Inplaces.Arity7_2<I1,IO,I3,I4,I5,I6,I7>matchInplace7_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type)Static utility method to match anInplacesop with 7 inputs, modifying the 2nd input in-place.static <I1,IO,I3,I4,I5,I6,I7>
Inplaces.Arity7_2<I1,IO,I3,I4,I5,I6,I7>matchInplace7_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Hints hints)static <I1,I2,IO,I4,I5,I6,I7>
Inplaces.Arity7_3<I1,I2,IO,I4,I5,I6,I7>matchInplace7_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type)Static utility method to match anInplacesop with 7 inputs, modifying the 3rd input in-place.static <I1,I2,IO,I4,I5,I6,I7>
Inplaces.Arity7_3<I1,I2,IO,I4,I5,I6,I7>matchInplace7_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Hints hints)static <I1,I2,I3,IO,I5,I6,I7>
Inplaces.Arity7_4<I1,I2,I3,IO,I5,I6,I7>matchInplace7_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type)Static utility method to match anInplacesop with 7 inputs, modifying the 4th input in-place.static <I1,I2,I3,IO,I5,I6,I7>
Inplaces.Arity7_4<I1,I2,I3,IO,I5,I6,I7>matchInplace7_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Hints hints)static <I1,I2,I3,I4,IO,I6,I7>
Inplaces.Arity7_5<I1,I2,I3,I4,IO,I6,I7>matchInplace7_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type)Static utility method to match anInplacesop with 7 inputs, modifying the 5th input in-place.static <I1,I2,I3,I4,IO,I6,I7>
Inplaces.Arity7_5<I1,I2,I3,I4,IO,I6,I7>matchInplace7_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Hints hints)static <I1,I2,I3,I4,I5,IO,I7>
Inplaces.Arity7_6<I1,I2,I3,I4,I5,IO,I7>matchInplace7_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type)Static utility method to match anInplacesop with 7 inputs, modifying the 6th input in-place.static <I1,I2,I3,I4,I5,IO,I7>
Inplaces.Arity7_6<I1,I2,I3,I4,I5,IO,I7>matchInplace7_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Hints hints)static <I1,I2,I3,I4,I5,I6,IO>
Inplaces.Arity7_7<I1,I2,I3,I4,I5,I6,IO>matchInplace7_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType)Static utility method to match anInplacesop with 7 inputs, modifying the 7th input in-place.static <I1,I2,I3,I4,I5,I6,IO>
Inplaces.Arity7_7<I1,I2,I3,I4,I5,I6,IO>matchInplace7_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Hints hints)static <IO,I2,I3,I4,I5,I6,I7,I8>
Inplaces.Arity8_1<IO,I2,I3,I4,I5,I6,I7,I8>matchInplace8_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type)Static utility method to match anInplacesop with 8 inputs, modifying the 1st input in-place.static <IO,I2,I3,I4,I5,I6,I7,I8>
Inplaces.Arity8_1<IO,I2,I3,I4,I5,I6,I7,I8>matchInplace8_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Hints hints)AsmatchInplace8_1(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>), but match using the providedHints.static <I1,IO,I3,I4,I5,I6,I7,I8>
Inplaces.Arity8_2<I1,IO,I3,I4,I5,I6,I7,I8>matchInplace8_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type)Static utility method to match anInplacesop with 8 inputs, modifying the 2nd input in-place.static <I1,IO,I3,I4,I5,I6,I7,I8>
Inplaces.Arity8_2<I1,IO,I3,I4,I5,I6,I7,I8>matchInplace8_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Hints hints)AsmatchInplace8_2(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>), but match using the providedHints.static <I1,I2,IO,I4,I5,I6,I7,I8>
Inplaces.Arity8_3<I1,I2,IO,I4,I5,I6,I7,I8>matchInplace8_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type)Static utility method to match anInplacesop with 8 inputs, modifying the 3rd input in-place.static <I1,I2,IO,I4,I5,I6,I7,I8>
Inplaces.Arity8_3<I1,I2,IO,I4,I5,I6,I7,I8>matchInplace8_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Hints hints)AsmatchInplace8_3(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>), but match using the providedHints.static <I1,I2,I3,IO,I5,I6,I7,I8>
Inplaces.Arity8_4<I1,I2,I3,IO,I5,I6,I7,I8>matchInplace8_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type)Static utility method to match anInplacesop with 8 inputs, modifying the 4th input in-place.static <I1,I2,I3,IO,I5,I6,I7,I8>
Inplaces.Arity8_4<I1,I2,I3,IO,I5,I6,I7,I8>matchInplace8_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Hints hints)AsmatchInplace8_4(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>), but match using the providedHints.static <I1,I2,I3,I4,IO,I6,I7,I8>
Inplaces.Arity8_5<I1,I2,I3,I4,IO,I6,I7,I8>matchInplace8_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type)Static utility method to match anInplacesop with 8 inputs, modifying the 5th input in-place.static <I1,I2,I3,I4,IO,I6,I7,I8>
Inplaces.Arity8_5<I1,I2,I3,I4,IO,I6,I7,I8>matchInplace8_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Hints hints)AsmatchInplace8_5(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>), but match using the providedHints.static <I1,I2,I3,I4,I5,IO,I7,I8>
Inplaces.Arity8_6<I1,I2,I3,I4,I5,IO,I7,I8>matchInplace8_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type)Static utility method to match anInplacesop with 8 inputs, modifying the 6th input in-place.static <I1,I2,I3,I4,I5,IO,I7,I8>
Inplaces.Arity8_6<I1,I2,I3,I4,I5,IO,I7,I8>matchInplace8_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Hints hints)AsmatchInplace8_6(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,IO,I8>
Inplaces.Arity8_7<I1,I2,I3,I4,I5,I6,IO,I8>matchInplace8_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type)Static utility method to match anInplacesop with 8 inputs, modifying the 7th input in-place.static <I1,I2,I3,I4,I5,I6,IO,I8>
Inplaces.Arity8_7<I1,I2,I3,I4,I5,I6,IO,I8>matchInplace8_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Hints hints)AsmatchInplace8_7(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I8>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,IO>
Inplaces.Arity8_8<I1,I2,I3,I4,I5,I6,I7,IO>matchInplace8_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType)Static utility method to match anInplacesop with 8 inputs, modifying the 8th input in-place.static <I1,I2,I3,I4,I5,I6,I7,IO>
Inplaces.Arity8_8<I1,I2,I3,I4,I5,I6,I7,IO>matchInplace8_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Hints hints)AsmatchInplace8_8(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<IO>), but match using the providedHints.static <IO,I2,I3,I4,I5,I6,I7,I8,I9>
Inplaces.Arity9_1<IO,I2,I3,I4,I5,I6,I7,I8,I9>matchInplace9_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type)Static utility method to match anInplacesop with 9 inputs, modifying the 1st input in-place.static <IO,I2,I3,I4,I5,I6,I7,I8,I9>
Inplaces.Arity9_1<IO,I2,I3,I4,I5,I6,I7,I8,I9>matchInplace9_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Hints hints)AsmatchInplace9_1(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>), but match using the providedHints.static <I1,IO,I3,I4,I5,I6,I7,I8,I9>
Inplaces.Arity9_2<I1,IO,I3,I4,I5,I6,I7,I8,I9>matchInplace9_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type)Static utility method to match anInplacesop with 9 inputs, modifying the 2nd input in-place.static <I1,IO,I3,I4,I5,I6,I7,I8,I9>
Inplaces.Arity9_2<I1,IO,I3,I4,I5,I6,I7,I8,I9>matchInplace9_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Hints hints)AsmatchInplace9_2(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>), but match using the providedHints.static <I1,I2,IO,I4,I5,I6,I7,I8,I9>
Inplaces.Arity9_3<I1,I2,IO,I4,I5,I6,I7,I8,I9>matchInplace9_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type)Static utility method to match anInplacesop with 9 inputs, modifying the 3rd input in-place.static <I1,I2,IO,I4,I5,I6,I7,I8,I9>
Inplaces.Arity9_3<I1,I2,IO,I4,I5,I6,I7,I8,I9>matchInplace9_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Hints hints)AsmatchInplace9_3(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>), but match using the providedHints.static <I1,I2,I3,IO,I5,I6,I7,I8,I9>
Inplaces.Arity9_4<I1,I2,I3,IO,I5,I6,I7,I8,I9>matchInplace9_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type)Static utility method to match anInplacesop with 9 inputs, modifying the 4th input in-place.static <I1,I2,I3,IO,I5,I6,I7,I8,I9>
Inplaces.Arity9_4<I1,I2,I3,IO,I5,I6,I7,I8,I9>matchInplace9_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Hints hints)AsmatchInplace9_4(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>), but match using the providedHints.static <I1,I2,I3,I4,IO,I6,I7,I8,I9>
Inplaces.Arity9_5<I1,I2,I3,I4,IO,I6,I7,I8,I9>matchInplace9_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type)Static utility method to match anInplacesop with 9 inputs, modifying the 5th input in-place.static <I1,I2,I3,I4,IO,I6,I7,I8,I9>
Inplaces.Arity9_5<I1,I2,I3,I4,IO,I6,I7,I8,I9>matchInplace9_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Hints hints)AsmatchInplace9_5(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>), but match using the providedHints.static <I1,I2,I3,I4,I5,IO,I7,I8,I9>
Inplaces.Arity9_6<I1,I2,I3,I4,I5,IO,I7,I8,I9>matchInplace9_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type)Static utility method to match anInplacesop with 9 inputs, modifying the 6th input in-place.static <I1,I2,I3,I4,I5,IO,I7,I8,I9>
Inplaces.Arity9_6<I1,I2,I3,I4,I5,IO,I7,I8,I9>matchInplace9_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Hints hints)AsmatchInplace9_6(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,IO,I8,I9>
Inplaces.Arity9_7<I1,I2,I3,I4,I5,I6,IO,I8,I9>matchInplace9_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type)Static utility method to match anInplacesop with 9 inputs, modifying the 7th input in-place.static <I1,I2,I3,I4,I5,I6,IO,I8,I9>
Inplaces.Arity9_7<I1,I2,I3,I4,I5,I6,IO,I8,I9>matchInplace9_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Hints hints)AsmatchInplace9_7(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,IO,I9>
Inplaces.Arity9_8<I1,I2,I3,I4,I5,I6,I7,IO,I9>matchInplace9_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type)Static utility method to match anInplacesop with 9 inputs, modifying the 8th input in-place.static <I1,I2,I3,I4,I5,I6,I7,IO,I9>
Inplaces.Arity9_8<I1,I2,I3,I4,I5,I6,I7,IO,I9>matchInplace9_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Hints hints)AsmatchInplace9_8(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I9>), but match using the providedHints.static <I1,I2,I3,I4,I5,I6,I7,I8,IO>
Inplaces.Arity9_9<I1,I2,I3,I4,I5,I6,I7,I8,IO>matchInplace9_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType)Static utility method to match anInplacesop with 9 inputs, modifying the 9th input in-place.static <I1,I2,I3,I4,I5,I6,I7,I8,IO>
Inplaces.Arity9_9<I1,I2,I3,I4,I5,I6,I7,I8,IO>matchInplace9_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Hints hints)AsmatchInplace9_9(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<IO>), but match using the providedHints.<O> OpBuilder.Arity0_OV<O>output(O out)Matches with this builder will use the given pre-allocated output instance.<O> OpBuilder.Arity0_OT<O>outType(Class<O> outType)Matches with this builder will use the indicated output class.<O> OpBuilder.Arity0_OT<O>outType(Nil<O> outType)Matches with this builder will use the output type of the indicatedNil's generic parameter.Producer<?>producer()Match aProducerop, based on the choices made with this builder, for creatingObjectinstances.voidsetHints(Hints hints)Set the Hints instance for this builder
-
-
-
Constructor Detail
-
OpBuilder
public OpBuilder(OpEnvironment env, String opName)
-
OpBuilder
public OpBuilder(OpEnvironment env, String opName, Hints hints)
-
-
Method Detail
-
output
public <O> OpBuilder.Arity0_OV<O> output(O out)
Matches with this builder will use the given pre-allocated output instance.- See Also:
To match then immediately run a Producer Op without specifying its type, creating an Object.,To specify the output type without providing a concrete instance.,To specify the output type, preserving its generic parameters.,For a reusable Op to create naively-typed Objects without re-matching.
-
outType
public <O> OpBuilder.Arity0_OT<O> outType(Class<O> outType)
Matches with this builder will use the indicated output class.- See Also:
To match then immediately run a Producer Op without specifying its type, creating an Object.,To specify a concrete output instance. (e.g. pre-allocated for Computers),To specify the output type, preserving its generic parameters.,For a reusable Op to create naively-typed Objects without re-matching.
-
outType
public <O> OpBuilder.Arity0_OT<O> outType(Nil<O> outType)
Matches with this builder will use the output type of the indicatedNil's generic parameter.- See Also:
To match then immediately run a Producer Op without specifying its type, creating an Object.,To specify a concrete output instance. (e.g. pre-allocated for Computers),To specify the output type without providing a concrete instance.,For a reusable Op to create naively-typed Objects without re-matching.
-
producer
public Producer<?> producer()
Match aProducerop, based on the choices made with this builder, for creatingObjectinstances.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
To match then immediately run a Producer Op without specifying its type, creating an Object.,To specify a concrete output instance. (e.g. pre-allocated for Computers),To specify the output type without providing a concrete instance.,To specify the output type, preserving its generic parameters.
-
create
public Object create()
Match then immediately run a type-unsafeProducerop and get its output.- Returns:
- The
Objectcreated by this op - Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
To specify a concrete output instance. (e.g. pre-allocated for Computers),To specify the output type without providing a concrete instance.,To specify the output type, preserving its generic parameters.,For a reusable Op to create naively-typed Objects without re-matching.
-
help
public String help()
Finds all Ops matching the current partial OpBuilder request- Returns:
- a
Stringwith a simple entry for each Op satisfying the partial request
-
helpVerbose
public String helpVerbose()
Finds all Ops matching the current partial OpBuilder request- Returns:
- a
Stringwith a verbose entry for each Op satisfying the partial request
-
setHints
public void setHints(Hints hints)
Set the Hints instance for this builder
-
hints
public Hints hints()
Get the Hints instance for this builder
-
input
public <I1> OpBuilder.Arity1_IV_OU<I1> input(I1 in1)
Specifies 1 input by value.
-
inType
public <I1> OpBuilder.Arity1_IT_OU<I1> inType(Class<I1> in1Class)
Specifies 1 input by raw type.
-
inType
public <I1> OpBuilder.Arity1_IT_OU<I1> inType(Nil<I1> in1Type)
Specifies 1 input by generic type.
-
input
public <I1,I2> OpBuilder.Arity2_IV_OU<I1,I2> input(I1 in1, I2 in2)
Specifies 2 input by value.
-
inType
public <I1,I2> OpBuilder.Arity2_IT_OU<I1,I2> inType(Class<I1> in1Class, Class<I2> in2Class)
Specifies 2 input by raw type.
-
inType
public <I1,I2> OpBuilder.Arity2_IT_OU<I1,I2> inType(Nil<I1> in1Type, Nil<I2> in2Type)
Specifies 2 input by generic type.
-
input
public <I1,I2,I3> OpBuilder.Arity3_IV_OU<I1,I2,I3> input(I1 in1, I2 in2, I3 in3)
Specifies 3 input by value.
-
inType
public <I1,I2,I3> OpBuilder.Arity3_IT_OU<I1,I2,I3> inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class)
Specifies 3 input by raw type.
-
inType
public <I1,I2,I3> OpBuilder.Arity3_IT_OU<I1,I2,I3> inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type)
Specifies 3 input by generic type.
-
input
public <I1,I2,I3,I4> OpBuilder.Arity4_IV_OU<I1,I2,I3,I4> input(I1 in1, I2 in2, I3 in3, I4 in4)
Specifies 4 input by value.
-
inType
public <I1,I2,I3,I4> OpBuilder.Arity4_IT_OU<I1,I2,I3,I4> inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class)
Specifies 4 input by raw type.
-
inType
public <I1,I2,I3,I4> OpBuilder.Arity4_IT_OU<I1,I2,I3,I4> inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type)
Specifies 4 input by generic type.
-
input
public <I1,I2,I3,I4,I5> OpBuilder.Arity5_IV_OU<I1,I2,I3,I4,I5> input(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5)
Specifies 5 input by value.
-
inType
public <I1,I2,I3,I4,I5> OpBuilder.Arity5_IT_OU<I1,I2,I3,I4,I5> inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class, Class<I5> in5Class)
Specifies 5 input by raw type.
-
inType
public <I1,I2,I3,I4,I5> OpBuilder.Arity5_IT_OU<I1,I2,I3,I4,I5> inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type)
Specifies 5 input by generic type.
-
input
public <I1,I2,I3,I4,I5,I6> OpBuilder.Arity6_IV_OU<I1,I2,I3,I4,I5,I6> input(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6)
Specifies 6 input by value.
-
inType
public <I1,I2,I3,I4,I5,I6> OpBuilder.Arity6_IT_OU<I1,I2,I3,I4,I5,I6> inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class, Class<I5> in5Class, Class<I6> in6Class)
Specifies 6 input by raw type.
-
inType
public <I1,I2,I3,I4,I5,I6> OpBuilder.Arity6_IT_OU<I1,I2,I3,I4,I5,I6> inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type)
Specifies 6 input by generic type.
-
input
public <I1,I2,I3,I4,I5,I6,I7> OpBuilder.Arity7_IV_OU<I1,I2,I3,I4,I5,I6,I7> input(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6, I7 in7)
Specifies 7 input by value.
-
inType
public <I1,I2,I3,I4,I5,I6,I7> OpBuilder.Arity7_IT_OU<I1,I2,I3,I4,I5,I6,I7> inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class, Class<I5> in5Class, Class<I6> in6Class, Class<I7> in7Class)
Specifies 7 input by raw type.
-
inType
public <I1,I2,I3,I4,I5,I6,I7> OpBuilder.Arity7_IT_OU<I1,I2,I3,I4,I5,I6,I7> inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type)
Specifies 7 input by generic type.
-
input
public <I1,I2,I3,I4,I5,I6,I7,I8> OpBuilder.Arity8_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8> input(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6, I7 in7, I8 in8)
Specifies 8 input by value.
-
inType
public <I1,I2,I3,I4,I5,I6,I7,I8> OpBuilder.Arity8_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8> inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class, Class<I5> in5Class, Class<I6> in6Class, Class<I7> in7Class, Class<I8> in8Class)
Specifies 8 input by raw type.
-
inType
public <I1,I2,I3,I4,I5,I6,I7,I8> OpBuilder.Arity8_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8> inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type)
Specifies 8 input by generic type.
-
input
public <I1,I2,I3,I4,I5,I6,I7,I8,I9> OpBuilder.Arity9_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9> input(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6, I7 in7, I8 in8, I9 in9)
Specifies 9 input by value.
-
inType
public <I1,I2,I3,I4,I5,I6,I7,I8,I9> OpBuilder.Arity9_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9> inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class, Class<I5> in5Class, Class<I6> in6Class, Class<I7> in7Class, Class<I8> in8Class, Class<I9> in9Class)
Specifies 9 input by raw type.
-
inType
public <I1,I2,I3,I4,I5,I6,I7,I8,I9> OpBuilder.Arity9_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9> inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type)
Specifies 9 input by generic type.
-
input
public <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10> OpBuilder.Arity10_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10> input(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6, I7 in7, I8 in8, I9 in9, I10 in10)
Specifies 10 input by value.
-
inType
public <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10> OpBuilder.Arity10_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10> inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class, Class<I5> in5Class, Class<I6> in6Class, Class<I7> in7Class, Class<I8> in8Class, Class<I9> in9Class, Class<I10> in10Class)
Specifies 10 input by raw type.
-
inType
public <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10> OpBuilder.Arity10_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10> inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type)
Specifies 10 input by generic type.
-
input
public <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11> OpBuilder.Arity11_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11> input(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6, I7 in7, I8 in8, I9 in9, I10 in10, I11 in11)
Specifies 11 input by value.
-
inType
public <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11> OpBuilder.Arity11_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11> inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class, Class<I5> in5Class, Class<I6> in6Class, Class<I7> in7Class, Class<I8> in8Class, Class<I9> in9Class, Class<I10> in10Class, Class<I11> in11Class)
Specifies 11 input by raw type.
-
inType
public <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11> OpBuilder.Arity11_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11> inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type)
Specifies 11 input by generic type.
-
input
public <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> OpBuilder.Arity12_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> input(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6, I7 in7, I8 in8, I9 in9, I10 in10, I11 in11, I12 in12)
Specifies 12 input by value.
-
inType
public <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> OpBuilder.Arity12_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class, Class<I5> in5Class, Class<I6> in6Class, Class<I7> in7Class, Class<I8> in8Class, Class<I9> in9Class, Class<I10> in10Class, Class<I11> in11Class, Class<I12> in12Class)
Specifies 12 input by raw type.
-
inType
public <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> OpBuilder.Arity12_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type)
Specifies 12 input by generic type.
-
input
public <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13> OpBuilder.Arity13_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13> input(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6, I7 in7, I8 in8, I9 in9, I10 in10, I11 in11, I12 in12, I13 in13)
Specifies 13 input by value.
-
inType
public <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13> OpBuilder.Arity13_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13> inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class, Class<I5> in5Class, Class<I6> in6Class, Class<I7> in7Class, Class<I8> in8Class, Class<I9> in9Class, Class<I10> in10Class, Class<I11> in11Class, Class<I12> in12Class, Class<I13> in13Class)
Specifies 13 input by raw type.
-
inType
public <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13> OpBuilder.Arity13_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13> inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type)
Specifies 13 input by generic type.
-
input
public <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14> OpBuilder.Arity14_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14> input(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6, I7 in7, I8 in8, I9 in9, I10 in10, I11 in11, I12 in12, I13 in13, I14 in14)
Specifies 14 input by value.
-
inType
public <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14> OpBuilder.Arity14_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14> inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class, Class<I5> in5Class, Class<I6> in6Class, Class<I7> in7Class, Class<I8> in8Class, Class<I9> in9Class, Class<I10> in10Class, Class<I11> in11Class, Class<I12> in12Class, Class<I13> in13Class, Class<I14> in14Class)
Specifies 14 input by raw type.
-
inType
public <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14> OpBuilder.Arity14_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14> inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type)
Specifies 14 input by generic type.
-
input
public <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> OpBuilder.Arity15_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> input(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6, I7 in7, I8 in8, I9 in9, I10 in10, I11 in11, I12 in12, I13 in13, I14 in14, I15 in15)
Specifies 15 input by value.
-
inType
public <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> OpBuilder.Arity15_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class, Class<I5> in5Class, Class<I6> in6Class, Class<I7> in7Class, Class<I8> in8Class, Class<I9> in9Class, Class<I10> in10Class, Class<I11> in11Class, Class<I12> in12Class, Class<I13> in13Class, Class<I14> in14Class, Class<I15> in15Class)
Specifies 15 input by raw type.
-
inType
public <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> OpBuilder.Arity15_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)
Specifies 15 input by generic type.
-
input
public <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> OpBuilder.Arity16_IV_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> input(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6, I7 in7, I8 in8, I9 in9, I10 in10, I11 in11, I12 in12, I13 in13, I14 in14, I15 in15, I16 in16)
Specifies 16 input by value.
-
inType
public <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> OpBuilder.Arity16_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> inType(Class<I1> in1Class, Class<I2> in2Class, Class<I3> in3Class, Class<I4> in4Class, Class<I5> in5Class, Class<I6> in6Class, Class<I7> in7Class, Class<I8> in8Class, Class<I9> in9Class, Class<I10> in10Class, Class<I11> in11Class, Class<I12> in12Class, Class<I13> in13Class, Class<I14> in14Class, Class<I15> in15Class, Class<I16> in16Class)
Specifies 16 input by raw type.
-
inType
public <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> OpBuilder.Arity16_IT_OU<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> inType(Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)
Specifies 16 input by generic type.
-
matchFunction
public static <O> Producer<O> matchFunction(OpEnvironment env, String opName, Nil<O> outType)
Static utility method to match aFunctionsop with 0 inputs.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.
-
matchFunction
public static <I1,O> Function<I1,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<O> outType)
Static utility method to match aFunctionsop with 1 input.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that modifies a provided input parameter in-place.
-
matchFunction
public static <I1,I2,O> BiFunction<I1,I2,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<O> outType)
Static utility method to match aFunctionsop with 2 inputs.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that modifies a provided input parameter in-place.
-
matchFunction
public static <I1,I2,I3,O> Functions.Arity3<I1,I2,I3,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<O> outType)
Static utility method to match aFunctionsop with 3 inputs.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that modifies a provided input parameter in-place.
-
matchFunction
public static <I1,I2,I3,I4,O> Functions.Arity4<I1,I2,I3,I4,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<O> outType)
Static utility method to match aFunctionsop with 4 inputs.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that modifies a provided input parameter in-place.
-
matchFunction
public static <I1,I2,I3,I4,I5,O> Functions.Arity5<I1,I2,I3,I4,I5,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<O> outType)
Static utility method to match aFunctionsop with 5 inputs.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that modifies a provided input parameter in-place.
-
matchFunction
public static <I1,I2,I3,I4,I5,I6,O> Functions.Arity6<I1,I2,I3,I4,I5,I6,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<O> outType)
Static utility method to match aFunctionsop with 6 inputs.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that modifies a provided input parameter in-place.
-
matchFunction
public static <I1,I2,I3,I4,I5,I6,I7,O> Functions.Arity7<I1,I2,I3,I4,I5,I6,I7,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<O> outType)
Static utility method to match aFunctionsop with 7 inputs.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that modifies a provided input parameter in-place.
-
matchFunction
public static <I1,I2,I3,I4,I5,I6,I7,I8,O> Functions.Arity8<I1,I2,I3,I4,I5,I6,I7,I8,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<O> outType)
Static utility method to match aFunctionsop with 8 inputs.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that modifies a provided input parameter in-place.
-
matchFunction
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,O> Functions.Arity9<I1,I2,I3,I4,I5,I6,I7,I8,I9,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<O> outType)
Static utility method to match aFunctionsop with 9 inputs.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that modifies a provided input parameter in-place.
-
matchFunction
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O> Functions.Arity10<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<O> outType)
Static utility method to match aFunctionsop with 10 inputs.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that modifies a provided input parameter in-place.
-
matchFunction
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O> Functions.Arity11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<O> outType)
Static utility method to match aFunctionsop with 11 inputs.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that modifies a provided input parameter in-place.
-
matchFunction
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O> Functions.Arity12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<O> outType)
Static utility method to match aFunctionsop with 12 inputs.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that modifies a provided input parameter in-place.
-
matchFunction
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O> Functions.Arity13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<O> outType)
Static utility method to match aFunctionsop with 13 inputs.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that modifies a provided input parameter in-place.
-
matchFunction
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O> Functions.Arity14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<O> outType)
Static utility method to match aFunctionsop with 14 inputs.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that modifies a provided input parameter in-place.
-
matchFunction
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O> Functions.Arity15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<O> outType)
Static utility method to match aFunctionsop with 15 inputs.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that modifies a provided input parameter in-place.
-
matchFunction
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O> Functions.Arity16<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Nil<O> outType)
Static utility method to match aFunctionsop with 16 inputs.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that modifies a provided input parameter in-place.
-
matchFunction
public static <O> Producer<O> matchFunction(OpEnvironment env, String opName, Nil<O> outType, Hints hints)
AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchFunction
public static <I1,O> Function<I1,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<O> outType, Hints hints)
AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchFunction
public static <I1,I2,O> BiFunction<I1,I2,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<O> outType, Hints hints)
AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchFunction
public static <I1,I2,I3,O> Functions.Arity3<I1,I2,I3,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<O> outType, Hints hints)
AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchFunction
public static <I1,I2,I3,I4,O> Functions.Arity4<I1,I2,I3,I4,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<O> outType, Hints hints)
AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchFunction
public static <I1,I2,I3,I4,I5,O> Functions.Arity5<I1,I2,I3,I4,I5,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<O> outType, Hints hints)
AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchFunction
public static <I1,I2,I3,I4,I5,I6,O> Functions.Arity6<I1,I2,I3,I4,I5,I6,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<O> outType, Hints hints)
AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchFunction
public static <I1,I2,I3,I4,I5,I6,I7,O> Functions.Arity7<I1,I2,I3,I4,I5,I6,I7,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<O> outType, Hints hints)
AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchFunction
public static <I1,I2,I3,I4,I5,I6,I7,I8,O> Functions.Arity8<I1,I2,I3,I4,I5,I6,I7,I8,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<O> outType, Hints hints)
AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchFunction
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,O> Functions.Arity9<I1,I2,I3,I4,I5,I6,I7,I8,I9,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<O> outType, Hints hints)
AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchFunction
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O> Functions.Arity10<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<O> outType, Hints hints)
AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchFunction
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O> Functions.Arity11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<O> outType, Hints hints)
AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchFunction
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O> Functions.Arity12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<O> outType, Hints hints)
AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchFunction
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O> Functions.Arity13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<O> outType, Hints hints)
AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchFunction
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O> Functions.Arity14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<O> outType, Hints hints)
AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchFunction
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O> Functions.Arity15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<O> outType, Hints hints)
AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchFunction
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O> Functions.Arity16<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O> matchFunction(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Nil<O> outType, Hints hints)
AsmatchFunction(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchComputer
public static <O> Computers.Arity0<O> matchComputer(OpEnvironment env, String opName, Nil<O> outType)
Static utility method to match aComputersop with 0 inputs for operating on pre-allocated output.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.
-
matchComputer
public static <I1,O> Computers.Arity1<I1,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<O> outType)
Static utility method to match aComputersop with 1 input for operating on pre-allocated output.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,For a reusable Op that modifies a provided input parameter in-place.
-
matchComputer
public static <I1,I2,O> Computers.Arity2<I1,I2,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<O> outType)
Static utility method to match aComputersop with 2 inputs for operating on pre-allocated output.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,For a reusable Op that modifies a provided input parameter in-place.
-
matchComputer
public static <I1,I2,I3,O> Computers.Arity3<I1,I2,I3,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<O> outType)
Static utility method to match aComputersop with 3 inputs for operating on pre-allocated output.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,For a reusable Op that modifies a provided input parameter in-place.
-
matchComputer
public static <I1,I2,I3,I4,O> Computers.Arity4<I1,I2,I3,I4,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<O> outType)
Static utility method to match aComputersop with 4 inputs for operating on pre-allocated output.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,For a reusable Op that modifies a provided input parameter in-place.
-
matchComputer
public static <I1,I2,I3,I4,I5,O> Computers.Arity5<I1,I2,I3,I4,I5,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<O> outType)
Static utility method to match aComputersop with 5 inputs for operating on pre-allocated output.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,For a reusable Op that modifies a provided input parameter in-place.
-
matchComputer
public static <I1,I2,I3,I4,I5,I6,O> Computers.Arity6<I1,I2,I3,I4,I5,I6,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<O> outType)
Static utility method to match aComputersop with 6 inputs for operating on pre-allocated output.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,For a reusable Op that modifies a provided input parameter in-place.
-
matchComputer
public static <I1,I2,I3,I4,I5,I6,I7,O> Computers.Arity7<I1,I2,I3,I4,I5,I6,I7,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<O> outType)
Static utility method to match aComputersop with 7 inputs for operating on pre-allocated output.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,For a reusable Op that modifies a provided input parameter in-place.
-
matchComputer
public static <I1,I2,I3,I4,I5,I6,I7,I8,O> Computers.Arity8<I1,I2,I3,I4,I5,I6,I7,I8,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<O> outType)
Static utility method to match aComputersop with 8 inputs for operating on pre-allocated output.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,For a reusable Op that modifies a provided input parameter in-place.
-
matchComputer
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,O> Computers.Arity9<I1,I2,I3,I4,I5,I6,I7,I8,I9,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<O> outType)
Static utility method to match aComputersop with 9 inputs for operating on pre-allocated output.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,For a reusable Op that modifies a provided input parameter in-place.
-
matchComputer
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O> Computers.Arity10<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<O> outType)
Static utility method to match aComputersop with 10 inputs for operating on pre-allocated output.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,For a reusable Op that modifies a provided input parameter in-place.
-
matchComputer
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O> Computers.Arity11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<O> outType)
Static utility method to match aComputersop with 11 inputs for operating on pre-allocated output.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,For a reusable Op that modifies a provided input parameter in-place.
-
matchComputer
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O> Computers.Arity12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<O> outType)
Static utility method to match aComputersop with 12 inputs for operating on pre-allocated output.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,For a reusable Op that modifies a provided input parameter in-place.
-
matchComputer
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O> Computers.Arity13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<O> outType)
Static utility method to match aComputersop with 13 inputs for operating on pre-allocated output.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,For a reusable Op that modifies a provided input parameter in-place.
-
matchComputer
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O> Computers.Arity14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<O> outType)
Static utility method to match aComputersop with 14 inputs for operating on pre-allocated output.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,For a reusable Op that modifies a provided input parameter in-place.
-
matchComputer
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O> Computers.Arity15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<O> outType)
Static utility method to match aComputersop with 15 inputs for operating on pre-allocated output.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,For a reusable Op that modifies a provided input parameter in-place.
-
matchComputer
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O> Computers.Arity16<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Nil<O> outType)
Static utility method to match aComputersop with 16 inputs for operating on pre-allocated output.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op that generates output instances based on its inputs.,For a reusable Op that modifies a provided input parameter in-place.
-
matchComputer
public static <O> Computers.Arity0<O> matchComputer(OpEnvironment env, String opName, Nil<O> outType, Hints hints)
AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchComputer
public static <I1,O> Computers.Arity1<I1,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<O> outType, Hints hints)
AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchComputer
public static <I1,I2,O> Computers.Arity2<I1,I2,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<O> outType, Hints hints)
AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchComputer
public static <I1,I2,I3,O> Computers.Arity3<I1,I2,I3,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<O> outType, Hints hints)
AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchComputer
public static <I1,I2,I3,I4,O> Computers.Arity4<I1,I2,I3,I4,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<O> outType, Hints hints)
AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchComputer
public static <I1,I2,I3,I4,I5,O> Computers.Arity5<I1,I2,I3,I4,I5,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<O> outType, Hints hints)
AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchComputer
public static <I1,I2,I3,I4,I5,I6,O> Computers.Arity6<I1,I2,I3,I4,I5,I6,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<O> outType, Hints hints)
AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchComputer
public static <I1,I2,I3,I4,I5,I6,I7,O> Computers.Arity7<I1,I2,I3,I4,I5,I6,I7,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<O> outType, Hints hints)
AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchComputer
public static <I1,I2,I3,I4,I5,I6,I7,I8,O> Computers.Arity8<I1,I2,I3,I4,I5,I6,I7,I8,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<O> outType, Hints hints)
AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchComputer
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,O> Computers.Arity9<I1,I2,I3,I4,I5,I6,I7,I8,I9,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<O> outType, Hints hints)
AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchComputer
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O> Computers.Arity10<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<O> outType, Hints hints)
AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchComputer
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O> Computers.Arity11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<O> outType, Hints hints)
AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchComputer
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O> Computers.Arity12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<O> outType, Hints hints)
AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchComputer
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O> Computers.Arity13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<O> outType, Hints hints)
AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchComputer
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O> Computers.Arity14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<O> outType, Hints hints)
AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchComputer
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O> Computers.Arity15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<O> outType, Hints hints)
AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchComputer
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O> Computers.Arity16<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16,O> matchComputer(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Nil<O> outType, Hints hints)
AsmatchComputer(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<O>), but match using the providedHints.
-
matchInplace
public static <IO> Inplaces.Arity1<IO> matchInplace(OpEnvironment env, String opName, Nil<IO> ioType)
Static utility method to match anInplacesop with 1 input, modifying the 1st input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace2_1
public static <IO,I2> Inplaces.Arity2_1<IO,I2> matchInplace2_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type)
Static utility method to match anInplacesop with 2 inputs, modifying the 1st input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace2_2
public static <I1,IO> Inplaces.Arity2_2<I1,IO> matchInplace2_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType)
Static utility method to match anInplacesop with 2 inputs, modifying the 2nd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace3_1
public static <IO,I2,I3> Inplaces.Arity3_1<IO,I2,I3> matchInplace3_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type)
Static utility method to match anInplacesop with 3 inputs, modifying the 1st input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace3_2
public static <I1,IO,I3> Inplaces.Arity3_2<I1,IO,I3> matchInplace3_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type)
Static utility method to match anInplacesop with 3 inputs, modifying the 2nd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace3_3
public static <I1,I2,IO> Inplaces.Arity3_3<I1,I2,IO> matchInplace3_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType)
Static utility method to match anInplacesop with 3 inputs, modifying the 3rd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace4_1
public static <IO,I2,I3,I4> Inplaces.Arity4_1<IO,I2,I3,I4> matchInplace4_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type)
Static utility method to match anInplacesop with 4 inputs, modifying the 1st input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace4_2
public static <I1,IO,I3,I4> Inplaces.Arity4_2<I1,IO,I3,I4> matchInplace4_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type)
Static utility method to match anInplacesop with 4 inputs, modifying the 2nd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace4_3
public static <I1,I2,IO,I4> Inplaces.Arity4_3<I1,I2,IO,I4> matchInplace4_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type)
Static utility method to match anInplacesop with 4 inputs, modifying the 3rd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace4_4
public static <I1,I2,I3,IO> Inplaces.Arity4_4<I1,I2,I3,IO> matchInplace4_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType)
Static utility method to match anInplacesop with 4 inputs, modifying the 4th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace5_1
public static <IO,I2,I3,I4,I5> Inplaces.Arity5_1<IO,I2,I3,I4,I5> matchInplace5_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type)
Static utility method to match anInplacesop with 5 inputs, modifying the 1st input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace5_2
public static <I1,IO,I3,I4,I5> Inplaces.Arity5_2<I1,IO,I3,I4,I5> matchInplace5_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type)
Static utility method to match anInplacesop with 5 inputs, modifying the 2nd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace5_3
public static <I1,I2,IO,I4,I5> Inplaces.Arity5_3<I1,I2,IO,I4,I5> matchInplace5_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type)
Static utility method to match anInplacesop with 5 inputs, modifying the 3rd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace5_4
public static <I1,I2,I3,IO,I5> Inplaces.Arity5_4<I1,I2,I3,IO,I5> matchInplace5_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type)
Static utility method to match anInplacesop with 5 inputs, modifying the 4th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace5_5
public static <I1,I2,I3,I4,IO> Inplaces.Arity5_5<I1,I2,I3,I4,IO> matchInplace5_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType)
Static utility method to match anInplacesop with 5 inputs, modifying the 5th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace6_1
public static <IO,I2,I3,I4,I5,I6> Inplaces.Arity6_1<IO,I2,I3,I4,I5,I6> matchInplace6_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type)
Static utility method to match anInplacesop with 6 inputs, modifying the 1st input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace6_2
public static <I1,IO,I3,I4,I5,I6> Inplaces.Arity6_2<I1,IO,I3,I4,I5,I6> matchInplace6_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type)
Static utility method to match anInplacesop with 6 inputs, modifying the 2nd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace6_3
public static <I1,I2,IO,I4,I5,I6> Inplaces.Arity6_3<I1,I2,IO,I4,I5,I6> matchInplace6_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type)
Static utility method to match anInplacesop with 6 inputs, modifying the 3rd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace6_4
public static <I1,I2,I3,IO,I5,I6> Inplaces.Arity6_4<I1,I2,I3,IO,I5,I6> matchInplace6_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type)
Static utility method to match anInplacesop with 6 inputs, modifying the 4th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace6_5
public static <I1,I2,I3,I4,IO,I6> Inplaces.Arity6_5<I1,I2,I3,I4,IO,I6> matchInplace6_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type)
Static utility method to match anInplacesop with 6 inputs, modifying the 5th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace6_6
public static <I1,I2,I3,I4,I5,IO> Inplaces.Arity6_6<I1,I2,I3,I4,I5,IO> matchInplace6_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType)
Static utility method to match anInplacesop with 6 inputs, modifying the 6th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace7_1
public static <IO,I2,I3,I4,I5,I6,I7> Inplaces.Arity7_1<IO,I2,I3,I4,I5,I6,I7> matchInplace7_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type)
Static utility method to match anInplacesop with 7 inputs, modifying the 1st input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace7_2
public static <I1,IO,I3,I4,I5,I6,I7> Inplaces.Arity7_2<I1,IO,I3,I4,I5,I6,I7> matchInplace7_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type)
Static utility method to match anInplacesop with 7 inputs, modifying the 2nd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace7_3
public static <I1,I2,IO,I4,I5,I6,I7> Inplaces.Arity7_3<I1,I2,IO,I4,I5,I6,I7> matchInplace7_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type)
Static utility method to match anInplacesop with 7 inputs, modifying the 3rd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace7_4
public static <I1,I2,I3,IO,I5,I6,I7> Inplaces.Arity7_4<I1,I2,I3,IO,I5,I6,I7> matchInplace7_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type)
Static utility method to match anInplacesop with 7 inputs, modifying the 4th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace7_5
public static <I1,I2,I3,I4,IO,I6,I7> Inplaces.Arity7_5<I1,I2,I3,I4,IO,I6,I7> matchInplace7_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type)
Static utility method to match anInplacesop with 7 inputs, modifying the 5th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace7_6
public static <I1,I2,I3,I4,I5,IO,I7> Inplaces.Arity7_6<I1,I2,I3,I4,I5,IO,I7> matchInplace7_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type)
Static utility method to match anInplacesop with 7 inputs, modifying the 6th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace7_7
public static <I1,I2,I3,I4,I5,I6,IO> Inplaces.Arity7_7<I1,I2,I3,I4,I5,I6,IO> matchInplace7_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType)
Static utility method to match anInplacesop with 7 inputs, modifying the 7th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace8_1
public static <IO,I2,I3,I4,I5,I6,I7,I8> Inplaces.Arity8_1<IO,I2,I3,I4,I5,I6,I7,I8> matchInplace8_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type)
Static utility method to match anInplacesop with 8 inputs, modifying the 1st input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace8_2
public static <I1,IO,I3,I4,I5,I6,I7,I8> Inplaces.Arity8_2<I1,IO,I3,I4,I5,I6,I7,I8> matchInplace8_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type)
Static utility method to match anInplacesop with 8 inputs, modifying the 2nd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace8_3
public static <I1,I2,IO,I4,I5,I6,I7,I8> Inplaces.Arity8_3<I1,I2,IO,I4,I5,I6,I7,I8> matchInplace8_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type)
Static utility method to match anInplacesop with 8 inputs, modifying the 3rd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace8_4
public static <I1,I2,I3,IO,I5,I6,I7,I8> Inplaces.Arity8_4<I1,I2,I3,IO,I5,I6,I7,I8> matchInplace8_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type)
Static utility method to match anInplacesop with 8 inputs, modifying the 4th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace8_5
public static <I1,I2,I3,I4,IO,I6,I7,I8> Inplaces.Arity8_5<I1,I2,I3,I4,IO,I6,I7,I8> matchInplace8_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type)
Static utility method to match anInplacesop with 8 inputs, modifying the 5th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace8_6
public static <I1,I2,I3,I4,I5,IO,I7,I8> Inplaces.Arity8_6<I1,I2,I3,I4,I5,IO,I7,I8> matchInplace8_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type)
Static utility method to match anInplacesop with 8 inputs, modifying the 6th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace8_7
public static <I1,I2,I3,I4,I5,I6,IO,I8> Inplaces.Arity8_7<I1,I2,I3,I4,I5,I6,IO,I8> matchInplace8_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type)
Static utility method to match anInplacesop with 8 inputs, modifying the 7th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace8_8
public static <I1,I2,I3,I4,I5,I6,I7,IO> Inplaces.Arity8_8<I1,I2,I3,I4,I5,I6,I7,IO> matchInplace8_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType)
Static utility method to match anInplacesop with 8 inputs, modifying the 8th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace9_1
public static <IO,I2,I3,I4,I5,I6,I7,I8,I9> Inplaces.Arity9_1<IO,I2,I3,I4,I5,I6,I7,I8,I9> matchInplace9_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type)
Static utility method to match anInplacesop with 9 inputs, modifying the 1st input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace9_2
public static <I1,IO,I3,I4,I5,I6,I7,I8,I9> Inplaces.Arity9_2<I1,IO,I3,I4,I5,I6,I7,I8,I9> matchInplace9_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type)
Static utility method to match anInplacesop with 9 inputs, modifying the 2nd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace9_3
public static <I1,I2,IO,I4,I5,I6,I7,I8,I9> Inplaces.Arity9_3<I1,I2,IO,I4,I5,I6,I7,I8,I9> matchInplace9_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type)
Static utility method to match anInplacesop with 9 inputs, modifying the 3rd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace9_4
public static <I1,I2,I3,IO,I5,I6,I7,I8,I9> Inplaces.Arity9_4<I1,I2,I3,IO,I5,I6,I7,I8,I9> matchInplace9_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type)
Static utility method to match anInplacesop with 9 inputs, modifying the 4th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace9_5
public static <I1,I2,I3,I4,IO,I6,I7,I8,I9> Inplaces.Arity9_5<I1,I2,I3,I4,IO,I6,I7,I8,I9> matchInplace9_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type)
Static utility method to match anInplacesop with 9 inputs, modifying the 5th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace9_6
public static <I1,I2,I3,I4,I5,IO,I7,I8,I9> Inplaces.Arity9_6<I1,I2,I3,I4,I5,IO,I7,I8,I9> matchInplace9_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type)
Static utility method to match anInplacesop with 9 inputs, modifying the 6th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace9_7
public static <I1,I2,I3,I4,I5,I6,IO,I8,I9> Inplaces.Arity9_7<I1,I2,I3,I4,I5,I6,IO,I8,I9> matchInplace9_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type)
Static utility method to match anInplacesop with 9 inputs, modifying the 7th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace9_8
public static <I1,I2,I3,I4,I5,I6,I7,IO,I9> Inplaces.Arity9_8<I1,I2,I3,I4,I5,I6,I7,IO,I9> matchInplace9_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type)
Static utility method to match anInplacesop with 9 inputs, modifying the 8th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace9_9
public static <I1,I2,I3,I4,I5,I6,I7,I8,IO> Inplaces.Arity9_9<I1,I2,I3,I4,I5,I6,I7,I8,IO> matchInplace9_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType)
Static utility method to match anInplacesop with 9 inputs, modifying the 9th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace10_1
public static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10> Inplaces.Arity10_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10> matchInplace10_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type)
Static utility method to match anInplacesop with 10 inputs, modifying the 1st input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace10_2
public static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10> Inplaces.Arity10_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10> matchInplace10_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type)
Static utility method to match anInplacesop with 10 inputs, modifying the 2nd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace10_3
public static <I1,I2,IO,I4,I5,I6,I7,I8,I9,I10> Inplaces.Arity10_3<I1,I2,IO,I4,I5,I6,I7,I8,I9,I10> matchInplace10_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type)
Static utility method to match anInplacesop with 10 inputs, modifying the 3rd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace10_4
public static <I1,I2,I3,IO,I5,I6,I7,I8,I9,I10> Inplaces.Arity10_4<I1,I2,I3,IO,I5,I6,I7,I8,I9,I10> matchInplace10_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type)
Static utility method to match anInplacesop with 10 inputs, modifying the 4th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace10_5
public static <I1,I2,I3,I4,IO,I6,I7,I8,I9,I10> Inplaces.Arity10_5<I1,I2,I3,I4,IO,I6,I7,I8,I9,I10> matchInplace10_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type)
Static utility method to match anInplacesop with 10 inputs, modifying the 5th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace10_6
public static <I1,I2,I3,I4,I5,IO,I7,I8,I9,I10> Inplaces.Arity10_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10> matchInplace10_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type)
Static utility method to match anInplacesop with 10 inputs, modifying the 6th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace10_7
public static <I1,I2,I3,I4,I5,I6,IO,I8,I9,I10> Inplaces.Arity10_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10> matchInplace10_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type)
Static utility method to match anInplacesop with 10 inputs, modifying the 7th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace10_8
public static <I1,I2,I3,I4,I5,I6,I7,IO,I9,I10> Inplaces.Arity10_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10> matchInplace10_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type)
Static utility method to match anInplacesop with 10 inputs, modifying the 8th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace10_9
public static <I1,I2,I3,I4,I5,I6,I7,I8,IO,I10> Inplaces.Arity10_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10> matchInplace10_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type)
Static utility method to match anInplacesop with 10 inputs, modifying the 9th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace10_10
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO> Inplaces.Arity10_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO> matchInplace10_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType)
Static utility method to match anInplacesop with 10 inputs, modifying the 10th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace11_1
public static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11> Inplaces.Arity11_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11> matchInplace11_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type)
Static utility method to match anInplacesop with 11 inputs, modifying the 1st input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace11_2
public static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11> Inplaces.Arity11_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11> matchInplace11_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type)
Static utility method to match anInplacesop with 11 inputs, modifying the 2nd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace11_3
public static <I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11> Inplaces.Arity11_3<I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11> matchInplace11_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type)
Static utility method to match anInplacesop with 11 inputs, modifying the 3rd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace11_4
public static <I1,I2,I3,IO,I5,I6,I7,I8,I9,I10,I11> Inplaces.Arity11_4<I1,I2,I3,IO,I5,I6,I7,I8,I9,I10,I11> matchInplace11_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type)
Static utility method to match anInplacesop with 11 inputs, modifying the 4th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace11_5
public static <I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11> Inplaces.Arity11_5<I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11> matchInplace11_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type)
Static utility method to match anInplacesop with 11 inputs, modifying the 5th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace11_6
public static <I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11> Inplaces.Arity11_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11> matchInplace11_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type)
Static utility method to match anInplacesop with 11 inputs, modifying the 6th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace11_7
public static <I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11> Inplaces.Arity11_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11> matchInplace11_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type)
Static utility method to match anInplacesop with 11 inputs, modifying the 7th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace11_8
public static <I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11> Inplaces.Arity11_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11> matchInplace11_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type)
Static utility method to match anInplacesop with 11 inputs, modifying the 8th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace11_9
public static <I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11> Inplaces.Arity11_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11> matchInplace11_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Nil<I11> in11Type)
Static utility method to match anInplacesop with 11 inputs, modifying the 9th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace11_10
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11> Inplaces.Arity11_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11> matchInplace11_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Nil<I11> in11Type)
Static utility method to match anInplacesop with 11 inputs, modifying the 10th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace11_11
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO> Inplaces.Arity11_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO> matchInplace11_11(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<IO> ioType)
Static utility method to match anInplacesop with 11 inputs, modifying the 11th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace12_1
public static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> Inplaces.Arity12_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> matchInplace12_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type)
Static utility method to match anInplacesop with 12 inputs, modifying the 1st input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace12_2
public static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> Inplaces.Arity12_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> matchInplace12_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type)
Static utility method to match anInplacesop with 12 inputs, modifying the 2nd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace12_3
public static <I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11,I12> Inplaces.Arity12_3<I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11,I12> matchInplace12_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type)
Static utility method to match anInplacesop with 12 inputs, modifying the 3rd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace12_4
public static <I1,I2,I3,IO,I5,I6,I7,I8,I9,I10,I11,I12> Inplaces.Arity12_4<I1,I2,I3,IO,I5,I6,I7,I8,I9,I10,I11,I12> matchInplace12_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type)
Static utility method to match anInplacesop with 12 inputs, modifying the 4th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace12_5
public static <I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11,I12> Inplaces.Arity12_5<I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11,I12> matchInplace12_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type)
Static utility method to match anInplacesop with 12 inputs, modifying the 5th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace12_6
public static <I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12> Inplaces.Arity12_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12> matchInplace12_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type)
Static utility method to match anInplacesop with 12 inputs, modifying the 6th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace12_7
public static <I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12> Inplaces.Arity12_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12> matchInplace12_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type)
Static utility method to match anInplacesop with 12 inputs, modifying the 7th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace12_8
public static <I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12> Inplaces.Arity12_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12> matchInplace12_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type)
Static utility method to match anInplacesop with 12 inputs, modifying the 8th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace12_9
public static <I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12> Inplaces.Arity12_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12> matchInplace12_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type)
Static utility method to match anInplacesop with 12 inputs, modifying the 9th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace12_10
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12> Inplaces.Arity12_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12> matchInplace12_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Nil<I11> in11Type, Nil<I12> in12Type)
Static utility method to match anInplacesop with 12 inputs, modifying the 10th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace12_11
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12> Inplaces.Arity12_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12> matchInplace12_11(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<IO> ioType, Nil<I12> in12Type)
Static utility method to match anInplacesop with 12 inputs, modifying the 11th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace12_12
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO> Inplaces.Arity12_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO> matchInplace12_12(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<IO> ioType)
Static utility method to match anInplacesop with 12 inputs, modifying the 12th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace13_1
public static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13> Inplaces.Arity13_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13> matchInplace13_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type)
Static utility method to match anInplacesop with 13 inputs, modifying the 1st input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace13_2
public static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13> Inplaces.Arity13_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13> matchInplace13_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type)
Static utility method to match anInplacesop with 13 inputs, modifying the 2nd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace13_3
public static <I1,I2,IO,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> matchInplace13_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type)
Static utility method to match anInplacesop with 13 inputs, modifying the 3rd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace13_4
public static <I1,I2,I3,IO,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> matchInplace13_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type)
Static utility method to match anInplacesop with 13 inputs, modifying the 4th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace13_5
public static <I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11,I12,I13> Inplaces.Arity13_5<I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11,I12,I13> matchInplace13_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type)
Static utility method to match anInplacesop with 13 inputs, modifying the 5th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace13_6
public static <I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12,I13> Inplaces.Arity13_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12,I13> matchInplace13_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type)
Static utility method to match anInplacesop with 13 inputs, modifying the 6th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace13_7
public static <I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12,I13> Inplaces.Arity13_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12,I13> matchInplace13_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type)
Static utility method to match anInplacesop with 13 inputs, modifying the 7th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace13_8
public static <I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12,I13> Inplaces.Arity13_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12,I13> matchInplace13_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type)
Static utility method to match anInplacesop with 13 inputs, modifying the 8th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace13_9
public static <I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13> Inplaces.Arity13_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13> matchInplace13_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type)
Static utility method to match anInplacesop with 13 inputs, modifying the 9th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace13_10
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13> Inplaces.Arity13_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13> matchInplace13_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type)
Static utility method to match anInplacesop with 13 inputs, modifying the 10th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace13_11
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13> Inplaces.Arity13_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13> matchInplace13_11(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<IO> ioType, Nil<I12> in12Type, Nil<I13> in13Type)
Static utility method to match anInplacesop with 13 inputs, modifying the 11th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace13_12
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13> Inplaces.Arity13_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13> matchInplace13_12(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<IO> ioType, Nil<I13> in13Type)
Static utility method to match anInplacesop with 13 inputs, modifying the 12th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace13_13
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO> Inplaces.Arity13_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO> matchInplace13_13(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<IO> ioType)
Static utility method to match anInplacesop with 13 inputs, modifying the 13th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace14_1
public static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14> Inplaces.Arity14_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14> matchInplace14_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type)
Static utility method to match anInplacesop with 14 inputs, modifying the 1st input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace14_2
public static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14> Inplaces.Arity14_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14> matchInplace14_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type)
Static utility method to match anInplacesop with 14 inputs, modifying the 2nd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace14_3
public static <I1,I2,IO,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> matchInplace14_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type)
Static utility method to match anInplacesop with 14 inputs, modifying the 3rd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace14_4
public static <I1,I2,I3,IO,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> matchInplace14_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type)
Static utility method to match anInplacesop with 14 inputs, modifying the 4th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace14_5
public static <I1,I2,I3,I4,IO,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> matchInplace14_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type)
Static utility method to match anInplacesop with 14 inputs, modifying the 5th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace14_6
public static <I1,I2,I3,I4,I5,IO,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> matchInplace14_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type)
Static utility method to match anInplacesop with 14 inputs, modifying the 6th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace14_7
public static <I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12,I13,I14> Inplaces.Arity14_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12,I13,I14> matchInplace14_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type)
Static utility method to match anInplacesop with 14 inputs, modifying the 7th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace14_8
public static <I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12,I13,I14> Inplaces.Arity14_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12,I13,I14> matchInplace14_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type)
Static utility method to match anInplacesop with 14 inputs, modifying the 8th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace14_9
public static <I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13,I14> Inplaces.Arity14_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13,I14> matchInplace14_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type)
Static utility method to match anInplacesop with 14 inputs, modifying the 9th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace14_10
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13,I14> Inplaces.Arity14_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13,I14> matchInplace14_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type)
Static utility method to match anInplacesop with 14 inputs, modifying the 10th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace14_11
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14> Inplaces.Arity14_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14> matchInplace14_11(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<IO> ioType, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type)
Static utility method to match anInplacesop with 14 inputs, modifying the 11th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace14_12
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14> Inplaces.Arity14_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14> matchInplace14_12(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<IO> ioType, Nil<I13> in13Type, Nil<I14> in14Type)
Static utility method to match anInplacesop with 14 inputs, modifying the 12th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace14_13
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14> Inplaces.Arity14_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14> matchInplace14_13(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<IO> ioType, Nil<I14> in14Type)
Static utility method to match anInplacesop with 14 inputs, modifying the 13th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace14_14
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO> Inplaces.Arity14_14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO> matchInplace14_14(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<IO> ioType)
Static utility method to match anInplacesop with 14 inputs, modifying the 14th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace15_1
public static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> Inplaces.Arity15_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> matchInplace15_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)
Static utility method to match anInplacesop with 15 inputs, modifying the 1st input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace15_2
public static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> Inplaces.Arity15_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> matchInplace15_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)
Static utility method to match anInplacesop with 15 inputs, modifying the 2nd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace15_3
public static <I1,I2,IO,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> matchInplace15_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)
Static utility method to match anInplacesop with 15 inputs, modifying the 3rd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace15_4
public static <I1,I2,I3,IO,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> matchInplace15_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)
Static utility method to match anInplacesop with 15 inputs, modifying the 4th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace15_5
public static <I1,I2,I3,I4,IO,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> matchInplace15_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)
Static utility method to match anInplacesop with 15 inputs, modifying the 5th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace15_6
public static <I1,I2,I3,I4,I5,IO,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> matchInplace15_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)
Static utility method to match anInplacesop with 15 inputs, modifying the 6th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace15_7
public static <I1,I2,I3,I4,I5,I6,IO,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> matchInplace15_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)
Static utility method to match anInplacesop with 15 inputs, modifying the 7th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace15_8
public static <I1,I2,I3,I4,I5,I6,I7,IO,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> matchInplace15_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)
Static utility method to match anInplacesop with 15 inputs, modifying the 8th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace15_9
public static <I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13,I14,I15> Inplaces.Arity15_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13,I14,I15> matchInplace15_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)
Static utility method to match anInplacesop with 15 inputs, modifying the 9th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace15_10
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13,I14,I15> Inplaces.Arity15_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13,I14,I15> matchInplace15_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)
Static utility method to match anInplacesop with 15 inputs, modifying the 10th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace15_11
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14,I15> Inplaces.Arity15_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14,I15> matchInplace15_11(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<IO> ioType, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)
Static utility method to match anInplacesop with 15 inputs, modifying the 11th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace15_12
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14,I15> Inplaces.Arity15_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14,I15> matchInplace15_12(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<IO> ioType, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type)
Static utility method to match anInplacesop with 15 inputs, modifying the 12th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace15_13
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14,I15> Inplaces.Arity15_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14,I15> matchInplace15_13(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<IO> ioType, Nil<I14> in14Type, Nil<I15> in15Type)
Static utility method to match anInplacesop with 15 inputs, modifying the 13th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace15_14
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO,I15> Inplaces.Arity15_14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO,I15> matchInplace15_14(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<IO> ioType, Nil<I15> in15Type)
Static utility method to match anInplacesop with 15 inputs, modifying the 14th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace15_15
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO> Inplaces.Arity15_15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO> matchInplace15_15(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<IO> ioType)
Static utility method to match anInplacesop with 15 inputs, modifying the 15th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace16_1
public static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> Inplaces.Arity16_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> matchInplace16_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)
Static utility method to match anInplacesop with 16 inputs, modifying the 1st input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace16_2
public static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> Inplaces.Arity16_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> matchInplace16_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)
Static utility method to match anInplacesop with 16 inputs, modifying the 2nd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace16_3
public static <I1,I2,IO,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> matchInplace16_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)
Static utility method to match anInplacesop with 16 inputs, modifying the 3rd input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace16_4
public static <I1,I2,I3,IO,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> matchInplace16_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)
Static utility method to match anInplacesop with 16 inputs, modifying the 4th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace16_5
public static <I1,I2,I3,I4,IO,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> matchInplace16_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)
Static utility method to match anInplacesop with 16 inputs, modifying the 5th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace16_6
public static <I1,I2,I3,I4,I5,IO,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> matchInplace16_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)
Static utility method to match anInplacesop with 16 inputs, modifying the 6th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace16_7
public static <I1,I2,I3,I4,I5,I6,IO,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> matchInplace16_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)
Static utility method to match anInplacesop with 16 inputs, modifying the 7th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace16_8
public static <I1,I2,I3,I4,I5,I6,I7,IO,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> matchInplace16_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)
Static utility method to match anInplacesop with 16 inputs, modifying the 8th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace16_9
public static <I1,I2,I3,I4,I5,I6,I7,I8,IO,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> matchInplace16_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)
Static utility method to match anInplacesop with 16 inputs, modifying the 9th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace16_10
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,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> matchInplace16_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)
Static utility method to match anInplacesop with 16 inputs, modifying the 10th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace16_11
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14,I15,I16> Inplaces.Arity16_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14,I15,I16> matchInplace16_11(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<IO> ioType, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)
Static utility method to match anInplacesop with 16 inputs, modifying the 11th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace16_12
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14,I15,I16> Inplaces.Arity16_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14,I15,I16> matchInplace16_12(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<IO> ioType, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)
Static utility method to match anInplacesop with 16 inputs, modifying the 12th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace16_13
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14,I15,I16> Inplaces.Arity16_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14,I15,I16> matchInplace16_13(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<IO> ioType, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type)
Static utility method to match anInplacesop with 16 inputs, modifying the 13th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace16_14
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO,I15,I16> Inplaces.Arity16_14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO,I15,I16> matchInplace16_14(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<IO> ioType, Nil<I15> in15Type, Nil<I16> in16Type)
Static utility method to match anInplacesop with 16 inputs, modifying the 14th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace16_15
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO,I16> Inplaces.Arity16_15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO,I16> matchInplace16_15(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<IO> ioType, Nil<I16> in16Type)
Static utility method to match anInplacesop with 16 inputs, modifying the 15th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace16_16
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,IO> Inplaces.Arity16_16<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,IO> matchInplace16_16(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<IO> ioType)
Static utility method to match anInplacesop with 16 inputs, modifying the 16th input in-place.- Returns:
- An instance of the matched op, e.g. for reuse.
- Throws:
OpMatchingException- if the Op request cannot be satisfied.- See Also:
For a reusable Op to process pre-allocated outputs without re-matching.,For a reusable Op that generates output instances based on its inputs.
-
matchInplace
public static <IO> Inplaces.Arity1<IO> matchInplace(OpEnvironment env, String opName, Nil<IO> ioType, Hints hints)
AsmatchInplace(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<IO>), but match using the providedHints.
-
matchInplace2_1
public static <IO,I2> Inplaces.Arity2_1<IO,I2> matchInplace2_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Hints hints)
AsmatchInplace2_1(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I2>), but match using the providedHints.
-
matchInplace2_2
public static <I1,IO> Inplaces.Arity2_2<I1,IO> matchInplace2_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Hints hints)
AsmatchInplace2_2(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<IO>), but match using the providedHints.
-
matchInplace3_1
public static <IO,I2,I3> Inplaces.Arity3_1<IO,I2,I3> matchInplace3_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Hints hints)
AsmatchInplace3_1(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>), but match using the providedHints.
-
matchInplace3_2
public static <I1,IO,I3> Inplaces.Arity3_2<I1,IO,I3> matchInplace3_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Hints hints)
AsmatchInplace3_2(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I3>), but match using the providedHints.
-
matchInplace3_3
public static <I1,I2,IO> Inplaces.Arity3_3<I1,I2,IO> matchInplace3_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Hints hints)
AsmatchInplace3_3(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<IO>), but match using the providedHints.
-
matchInplace4_1
public static <IO,I2,I3,I4> Inplaces.Arity4_1<IO,I2,I3,I4> matchInplace4_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Hints hints)
-
matchInplace4_2
public static <I1,IO,I3,I4> Inplaces.Arity4_2<I1,IO,I3,I4> matchInplace4_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Hints hints)
-
matchInplace4_3
public static <I1,I2,IO,I4> Inplaces.Arity4_3<I1,I2,IO,I4> matchInplace4_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Hints hints)
-
matchInplace4_4
public static <I1,I2,I3,IO> Inplaces.Arity4_4<I1,I2,I3,IO> matchInplace4_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Hints hints)
-
matchInplace5_1
public static <IO,I2,I3,I4,I5> Inplaces.Arity5_1<IO,I2,I3,I4,I5> matchInplace5_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Hints hints)
-
matchInplace5_2
public static <I1,IO,I3,I4,I5> Inplaces.Arity5_2<I1,IO,I3,I4,I5> matchInplace5_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Hints hints)
-
matchInplace5_3
public static <I1,I2,IO,I4,I5> Inplaces.Arity5_3<I1,I2,IO,I4,I5> matchInplace5_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Hints hints)
-
matchInplace5_4
public static <I1,I2,I3,IO,I5> Inplaces.Arity5_4<I1,I2,I3,IO,I5> matchInplace5_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Hints hints)
-
matchInplace5_5
public static <I1,I2,I3,I4,IO> Inplaces.Arity5_5<I1,I2,I3,I4,IO> matchInplace5_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Hints hints)
-
matchInplace6_1
public static <IO,I2,I3,I4,I5,I6> Inplaces.Arity6_1<IO,I2,I3,I4,I5,I6> matchInplace6_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Hints hints)
-
matchInplace6_2
public static <I1,IO,I3,I4,I5,I6> Inplaces.Arity6_2<I1,IO,I3,I4,I5,I6> matchInplace6_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Hints hints)
-
matchInplace6_3
public static <I1,I2,IO,I4,I5,I6> Inplaces.Arity6_3<I1,I2,IO,I4,I5,I6> matchInplace6_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Hints hints)
-
matchInplace6_4
public static <I1,I2,I3,IO,I5,I6> Inplaces.Arity6_4<I1,I2,I3,IO,I5,I6> matchInplace6_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Hints hints)
-
matchInplace6_5
public static <I1,I2,I3,I4,IO,I6> Inplaces.Arity6_5<I1,I2,I3,I4,IO,I6> matchInplace6_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Hints hints)
-
matchInplace6_6
public static <I1,I2,I3,I4,I5,IO> Inplaces.Arity6_6<I1,I2,I3,I4,I5,IO> matchInplace6_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Hints hints)
-
matchInplace7_1
public static <IO,I2,I3,I4,I5,I6,I7> Inplaces.Arity7_1<IO,I2,I3,I4,I5,I6,I7> matchInplace7_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Hints hints)
-
matchInplace7_2
public static <I1,IO,I3,I4,I5,I6,I7> Inplaces.Arity7_2<I1,IO,I3,I4,I5,I6,I7> matchInplace7_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Hints hints)
-
matchInplace7_3
public static <I1,I2,IO,I4,I5,I6,I7> Inplaces.Arity7_3<I1,I2,IO,I4,I5,I6,I7> matchInplace7_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Hints hints)
-
matchInplace7_4
public static <I1,I2,I3,IO,I5,I6,I7> Inplaces.Arity7_4<I1,I2,I3,IO,I5,I6,I7> matchInplace7_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Hints hints)
-
matchInplace7_5
public static <I1,I2,I3,I4,IO,I6,I7> Inplaces.Arity7_5<I1,I2,I3,I4,IO,I6,I7> matchInplace7_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Hints hints)
-
matchInplace7_6
public static <I1,I2,I3,I4,I5,IO,I7> Inplaces.Arity7_6<I1,I2,I3,I4,I5,IO,I7> matchInplace7_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Hints hints)
-
matchInplace7_7
public static <I1,I2,I3,I4,I5,I6,IO> Inplaces.Arity7_7<I1,I2,I3,I4,I5,I6,IO> matchInplace7_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Hints hints)
-
matchInplace8_1
public static <IO,I2,I3,I4,I5,I6,I7,I8> Inplaces.Arity8_1<IO,I2,I3,I4,I5,I6,I7,I8> matchInplace8_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Hints hints)
AsmatchInplace8_1(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>), but match using the providedHints.
-
matchInplace8_2
public static <I1,IO,I3,I4,I5,I6,I7,I8> Inplaces.Arity8_2<I1,IO,I3,I4,I5,I6,I7,I8> matchInplace8_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Hints hints)
AsmatchInplace8_2(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>), but match using the providedHints.
-
matchInplace8_3
public static <I1,I2,IO,I4,I5,I6,I7,I8> Inplaces.Arity8_3<I1,I2,IO,I4,I5,I6,I7,I8> matchInplace8_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Hints hints)
AsmatchInplace8_3(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>), but match using the providedHints.
-
matchInplace8_4
public static <I1,I2,I3,IO,I5,I6,I7,I8> Inplaces.Arity8_4<I1,I2,I3,IO,I5,I6,I7,I8> matchInplace8_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Hints hints)
AsmatchInplace8_4(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>), but match using the providedHints.
-
matchInplace8_5
public static <I1,I2,I3,I4,IO,I6,I7,I8> Inplaces.Arity8_5<I1,I2,I3,I4,IO,I6,I7,I8> matchInplace8_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Hints hints)
AsmatchInplace8_5(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>), but match using the providedHints.
-
matchInplace8_6
public static <I1,I2,I3,I4,I5,IO,I7,I8> Inplaces.Arity8_6<I1,I2,I3,I4,I5,IO,I7,I8> matchInplace8_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Hints hints)
AsmatchInplace8_6(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>), but match using the providedHints.
-
matchInplace8_7
public static <I1,I2,I3,I4,I5,I6,IO,I8> Inplaces.Arity8_7<I1,I2,I3,I4,I5,I6,IO,I8> matchInplace8_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Hints hints)
AsmatchInplace8_7(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I8>), but match using the providedHints.
-
matchInplace8_8
public static <I1,I2,I3,I4,I5,I6,I7,IO> Inplaces.Arity8_8<I1,I2,I3,I4,I5,I6,I7,IO> matchInplace8_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Hints hints)
AsmatchInplace8_8(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<IO>), but match using the providedHints.
-
matchInplace9_1
public static <IO,I2,I3,I4,I5,I6,I7,I8,I9> Inplaces.Arity9_1<IO,I2,I3,I4,I5,I6,I7,I8,I9> matchInplace9_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Hints hints)
AsmatchInplace9_1(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>), but match using the providedHints.
-
matchInplace9_2
public static <I1,IO,I3,I4,I5,I6,I7,I8,I9> Inplaces.Arity9_2<I1,IO,I3,I4,I5,I6,I7,I8,I9> matchInplace9_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Hints hints)
AsmatchInplace9_2(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>), but match using the providedHints.
-
matchInplace9_3
public static <I1,I2,IO,I4,I5,I6,I7,I8,I9> Inplaces.Arity9_3<I1,I2,IO,I4,I5,I6,I7,I8,I9> matchInplace9_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Hints hints)
AsmatchInplace9_3(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>), but match using the providedHints.
-
matchInplace9_4
public static <I1,I2,I3,IO,I5,I6,I7,I8,I9> Inplaces.Arity9_4<I1,I2,I3,IO,I5,I6,I7,I8,I9> matchInplace9_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Hints hints)
AsmatchInplace9_4(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>), but match using the providedHints.
-
matchInplace9_5
public static <I1,I2,I3,I4,IO,I6,I7,I8,I9> Inplaces.Arity9_5<I1,I2,I3,I4,IO,I6,I7,I8,I9> matchInplace9_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Hints hints)
AsmatchInplace9_5(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>), but match using the providedHints.
-
matchInplace9_6
public static <I1,I2,I3,I4,I5,IO,I7,I8,I9> Inplaces.Arity9_6<I1,I2,I3,I4,I5,IO,I7,I8,I9> matchInplace9_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Hints hints)
AsmatchInplace9_6(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>), but match using the providedHints.
-
matchInplace9_7
public static <I1,I2,I3,I4,I5,I6,IO,I8,I9> Inplaces.Arity9_7<I1,I2,I3,I4,I5,I6,IO,I8,I9> matchInplace9_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Hints hints)
AsmatchInplace9_7(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>), but match using the providedHints.
-
matchInplace9_8
public static <I1,I2,I3,I4,I5,I6,I7,IO,I9> Inplaces.Arity9_8<I1,I2,I3,I4,I5,I6,I7,IO,I9> matchInplace9_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Hints hints)
AsmatchInplace9_8(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I9>), but match using the providedHints.
-
matchInplace9_9
public static <I1,I2,I3,I4,I5,I6,I7,I8,IO> Inplaces.Arity9_9<I1,I2,I3,I4,I5,I6,I7,I8,IO> matchInplace9_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Hints hints)
AsmatchInplace9_9(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<IO>), but match using the providedHints.
-
matchInplace10_1
public static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10> Inplaces.Arity10_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10> matchInplace10_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Hints hints)
AsmatchInplace10_1(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>, org.scijava.types.Nil<I10>), but match using the providedHints.
-
matchInplace10_2
public static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10> Inplaces.Arity10_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10> matchInplace10_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Hints hints)
AsmatchInplace10_2(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>, org.scijava.types.Nil<I10>), but match using the providedHints.
-
matchInplace10_3
public static <I1,I2,IO,I4,I5,I6,I7,I8,I9,I10> Inplaces.Arity10_3<I1,I2,IO,I4,I5,I6,I7,I8,I9,I10> matchInplace10_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Hints hints)
AsmatchInplace10_3(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>, org.scijava.types.Nil<I10>), but match using the providedHints.
-
matchInplace10_4
public static <I1,I2,I3,IO,I5,I6,I7,I8,I9,I10> Inplaces.Arity10_4<I1,I2,I3,IO,I5,I6,I7,I8,I9,I10> matchInplace10_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Hints hints)
AsmatchInplace10_4(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>, org.scijava.types.Nil<I10>), but match using the providedHints.
-
matchInplace10_5
public static <I1,I2,I3,I4,IO,I6,I7,I8,I9,I10> Inplaces.Arity10_5<I1,I2,I3,I4,IO,I6,I7,I8,I9,I10> matchInplace10_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Hints hints)
AsmatchInplace10_5(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>, org.scijava.types.Nil<I10>), but match using the providedHints.
-
matchInplace10_6
public static <I1,I2,I3,I4,I5,IO,I7,I8,I9,I10> Inplaces.Arity10_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10> matchInplace10_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Hints hints)
AsmatchInplace10_6(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>, org.scijava.types.Nil<I10>), but match using the providedHints.
-
matchInplace10_7
public static <I1,I2,I3,I4,I5,I6,IO,I8,I9,I10> Inplaces.Arity10_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10> matchInplace10_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Hints hints)
AsmatchInplace10_7(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>, org.scijava.types.Nil<I10>), but match using the providedHints.
-
matchInplace10_8
public static <I1,I2,I3,I4,I5,I6,I7,IO,I9,I10> Inplaces.Arity10_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10> matchInplace10_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Hints hints)
AsmatchInplace10_8(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I9>, org.scijava.types.Nil<I10>), but match using the providedHints.
-
matchInplace10_9
public static <I1,I2,I3,I4,I5,I6,I7,I8,IO,I10> Inplaces.Arity10_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10> matchInplace10_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Hints hints)
AsmatchInplace10_9(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<IO>, org.scijava.types.Nil<I10>), but match using the providedHints.
-
matchInplace10_10
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO> Inplaces.Arity10_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO> matchInplace10_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Hints hints)
AsmatchInplace10_10(org.scijava.ops.api.OpEnvironment, java.lang.String, org.scijava.types.Nil<I1>, org.scijava.types.Nil<I2>, org.scijava.types.Nil<I3>, org.scijava.types.Nil<I4>, org.scijava.types.Nil<I5>, org.scijava.types.Nil<I6>, org.scijava.types.Nil<I7>, org.scijava.types.Nil<I8>, org.scijava.types.Nil<I9>, org.scijava.types.Nil<IO>), but match using the providedHints.
-
matchInplace11_1
public static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11> Inplaces.Arity11_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11> matchInplace11_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Hints hints)
-
matchInplace11_2
public static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11> Inplaces.Arity11_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11> matchInplace11_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Hints hints)
-
matchInplace11_3
public static <I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11> Inplaces.Arity11_3<I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11> matchInplace11_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Hints hints)
-
matchInplace11_4
public static <I1,I2,I3,IO,I5,I6,I7,I8,I9,I10,I11> Inplaces.Arity11_4<I1,I2,I3,IO,I5,I6,I7,I8,I9,I10,I11> matchInplace11_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Hints hints)
-
matchInplace11_5
public static <I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11> Inplaces.Arity11_5<I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11> matchInplace11_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Hints hints)
-
matchInplace11_6
public static <I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11> Inplaces.Arity11_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11> matchInplace11_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Hints hints)
-
matchInplace11_7
public static <I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11> Inplaces.Arity11_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11> matchInplace11_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Hints hints)
-
matchInplace11_8
public static <I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11> Inplaces.Arity11_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11> matchInplace11_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Hints hints)
-
matchInplace11_9
public static <I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11> Inplaces.Arity11_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11> matchInplace11_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Nil<I11> in11Type, Hints hints)
-
matchInplace11_10
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11> Inplaces.Arity11_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11> matchInplace11_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Nil<I11> in11Type, Hints hints)
-
matchInplace11_11
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO> Inplaces.Arity11_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO> matchInplace11_11(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<IO> ioType, Hints hints)
-
matchInplace12_1
public static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> Inplaces.Arity12_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> matchInplace12_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Hints hints)
-
matchInplace12_2
public static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> Inplaces.Arity12_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12> matchInplace12_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Hints hints)
-
matchInplace12_3
public static <I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11,I12> Inplaces.Arity12_3<I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11,I12> matchInplace12_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Hints hints)
-
matchInplace12_4
public static <I1,I2,I3,IO,I5,I6,I7,I8,I9,I10,I11,I12> Inplaces.Arity12_4<I1,I2,I3,IO,I5,I6,I7,I8,I9,I10,I11,I12> matchInplace12_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Hints hints)
-
matchInplace12_5
public static <I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11,I12> Inplaces.Arity12_5<I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11,I12> matchInplace12_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Hints hints)
-
matchInplace12_6
public static <I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12> Inplaces.Arity12_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12> matchInplace12_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Hints hints)
-
matchInplace12_7
public static <I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12> Inplaces.Arity12_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12> matchInplace12_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Hints hints)
-
matchInplace12_8
public static <I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12> Inplaces.Arity12_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12> matchInplace12_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Hints hints)
-
matchInplace12_9
public static <I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12> Inplaces.Arity12_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12> matchInplace12_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Hints hints)
-
matchInplace12_10
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12> Inplaces.Arity12_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12> matchInplace12_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Nil<I11> in11Type, Nil<I12> in12Type, Hints hints)
-
matchInplace12_11
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12> Inplaces.Arity12_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12> matchInplace12_11(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<IO> ioType, Nil<I12> in12Type, Hints hints)
-
matchInplace12_12
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO> Inplaces.Arity12_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO> matchInplace12_12(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<IO> ioType, Hints hints)
-
matchInplace13_1
public static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13> Inplaces.Arity13_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13> matchInplace13_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Hints hints)
-
matchInplace13_2
public static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13> Inplaces.Arity13_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13> matchInplace13_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Hints hints)
-
matchInplace13_3
public static <I1,I2,IO,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> matchInplace13_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Hints hints)
-
matchInplace13_4
public static <I1,I2,I3,IO,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> matchInplace13_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Hints hints)
-
matchInplace13_5
public static <I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11,I12,I13> Inplaces.Arity13_5<I1,I2,I3,I4,IO,I6,I7,I8,I9,I10,I11,I12,I13> matchInplace13_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Hints hints)
-
matchInplace13_6
public static <I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12,I13> Inplaces.Arity13_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12,I13> matchInplace13_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Hints hints)
-
matchInplace13_7
public static <I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12,I13> Inplaces.Arity13_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12,I13> matchInplace13_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Hints hints)
-
matchInplace13_8
public static <I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12,I13> Inplaces.Arity13_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12,I13> matchInplace13_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Hints hints)
-
matchInplace13_9
public static <I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13> Inplaces.Arity13_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13> matchInplace13_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Hints hints)
-
matchInplace13_10
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13> Inplaces.Arity13_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13> matchInplace13_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Hints hints)
-
matchInplace13_11
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13> Inplaces.Arity13_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13> matchInplace13_11(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<IO> ioType, Nil<I12> in12Type, Nil<I13> in13Type, Hints hints)
-
matchInplace13_12
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13> Inplaces.Arity13_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13> matchInplace13_12(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<IO> ioType, Nil<I13> in13Type, Hints hints)
-
matchInplace13_13
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO> Inplaces.Arity13_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO> matchInplace13_13(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<IO> ioType, Hints hints)
-
matchInplace14_1
public static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14> Inplaces.Arity14_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14> matchInplace14_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Hints hints)
-
matchInplace14_2
public static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14> Inplaces.Arity14_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14> matchInplace14_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Hints hints)
-
matchInplace14_3
public static <I1,I2,IO,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> matchInplace14_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Hints hints)
-
matchInplace14_4
public static <I1,I2,I3,IO,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> matchInplace14_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Hints hints)
-
matchInplace14_5
public static <I1,I2,I3,I4,IO,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> matchInplace14_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Hints hints)
-
matchInplace14_6
public static <I1,I2,I3,I4,I5,IO,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> matchInplace14_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Hints hints)
-
matchInplace14_7
public static <I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12,I13,I14> Inplaces.Arity14_7<I1,I2,I3,I4,I5,I6,IO,I8,I9,I10,I11,I12,I13,I14> matchInplace14_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Hints hints)
-
matchInplace14_8
public static <I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12,I13,I14> Inplaces.Arity14_8<I1,I2,I3,I4,I5,I6,I7,IO,I9,I10,I11,I12,I13,I14> matchInplace14_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Hints hints)
-
matchInplace14_9
public static <I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13,I14> Inplaces.Arity14_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13,I14> matchInplace14_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Hints hints)
-
matchInplace14_10
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13,I14> Inplaces.Arity14_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13,I14> matchInplace14_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Hints hints)
-
matchInplace14_11
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14> Inplaces.Arity14_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14> matchInplace14_11(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<IO> ioType, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Hints hints)
-
matchInplace14_12
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14> Inplaces.Arity14_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14> matchInplace14_12(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<IO> ioType, Nil<I13> in13Type, Nil<I14> in14Type, Hints hints)
-
matchInplace14_13
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14> Inplaces.Arity14_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14> matchInplace14_13(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<IO> ioType, Nil<I14> in14Type, Hints hints)
-
matchInplace14_14
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO> Inplaces.Arity14_14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO> matchInplace14_14(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<IO> ioType, Hints hints)
-
matchInplace15_1
public static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> Inplaces.Arity15_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> matchInplace15_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)
-
matchInplace15_2
public static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> Inplaces.Arity15_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15> matchInplace15_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)
-
matchInplace15_3
public static <I1,I2,IO,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> matchInplace15_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)
-
matchInplace15_4
public static <I1,I2,I3,IO,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> matchInplace15_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)
-
matchInplace15_5
public static <I1,I2,I3,I4,IO,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> matchInplace15_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)
-
matchInplace15_6
public static <I1,I2,I3,I4,I5,IO,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> matchInplace15_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)
-
matchInplace15_7
public static <I1,I2,I3,I4,I5,I6,IO,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> matchInplace15_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)
-
matchInplace15_8
public static <I1,I2,I3,I4,I5,I6,I7,IO,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> matchInplace15_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)
-
matchInplace15_9
public static <I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13,I14,I15> Inplaces.Arity15_9<I1,I2,I3,I4,I5,I6,I7,I8,IO,I10,I11,I12,I13,I14,I15> matchInplace15_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)
-
matchInplace15_10
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13,I14,I15> Inplaces.Arity15_10<I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,I11,I12,I13,I14,I15> matchInplace15_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)
-
matchInplace15_11
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14,I15> Inplaces.Arity15_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14,I15> matchInplace15_11(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<IO> ioType, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)
-
matchInplace15_12
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14,I15> Inplaces.Arity15_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14,I15> matchInplace15_12(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<IO> ioType, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)
-
matchInplace15_13
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14,I15> Inplaces.Arity15_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14,I15> matchInplace15_13(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<IO> ioType, Nil<I14> in14Type, Nil<I15> in15Type, Hints hints)
-
matchInplace15_14
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO,I15> Inplaces.Arity15_14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO,I15> matchInplace15_14(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<IO> ioType, Nil<I15> in15Type, Hints hints)
-
matchInplace15_15
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO> Inplaces.Arity15_15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO> matchInplace15_15(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<IO> ioType, Hints hints)
-
matchInplace16_1
public static <IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> Inplaces.Arity16_1<IO,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> matchInplace16_1(OpEnvironment env, String opName, Nil<IO> ioType, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)
-
matchInplace16_2
public static <I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> Inplaces.Arity16_2<I1,IO,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,I16> matchInplace16_2(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<IO> ioType, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)
-
matchInplace16_3
public static <I1,I2,IO,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> matchInplace16_3(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<IO> ioType, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)
-
matchInplace16_4
public static <I1,I2,I3,IO,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> matchInplace16_4(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<IO> ioType, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)
-
matchInplace16_5
public static <I1,I2,I3,I4,IO,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> matchInplace16_5(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<IO> ioType, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)
-
matchInplace16_6
public static <I1,I2,I3,I4,I5,IO,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> matchInplace16_6(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<IO> ioType, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)
-
matchInplace16_7
public static <I1,I2,I3,I4,I5,I6,IO,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> matchInplace16_7(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<IO> ioType, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)
-
matchInplace16_8
public static <I1,I2,I3,I4,I5,I6,I7,IO,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> matchInplace16_8(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<IO> ioType, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)
-
matchInplace16_9
public static <I1,I2,I3,I4,I5,I6,I7,I8,IO,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> matchInplace16_9(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<IO> ioType, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)
-
matchInplace16_10
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,IO,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> matchInplace16_10(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<IO> ioType, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)
-
matchInplace16_11
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14,I15,I16> Inplaces.Arity16_11<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,IO,I12,I13,I14,I15,I16> matchInplace16_11(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<IO> ioType, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)
-
matchInplace16_12
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14,I15,I16> Inplaces.Arity16_12<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,IO,I13,I14,I15,I16> matchInplace16_12(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<IO> ioType, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)
-
matchInplace16_13
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14,I15,I16> Inplaces.Arity16_13<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,IO,I14,I15,I16> matchInplace16_13(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<IO> ioType, Nil<I14> in14Type, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)
-
matchInplace16_14
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO,I15,I16> Inplaces.Arity16_14<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,IO,I15,I16> matchInplace16_14(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<IO> ioType, Nil<I15> in15Type, Nil<I16> in16Type, Hints hints)
-
matchInplace16_15
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO,I16> Inplaces.Arity16_15<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,IO,I16> matchInplace16_15(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<IO> ioType, Nil<I16> in16Type, Hints hints)
-
matchInplace16_16
public static <I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,IO> Inplaces.Arity16_16<I1,I2,I3,I4,I5,I6,I7,I8,I9,I10,I11,I12,I13,I14,I15,IO> matchInplace16_16(OpEnvironment env, String opName, Nil<I1> in1Type, Nil<I2> in2Type, Nil<I3> in3Type, Nil<I4> in4Type, Nil<I5> in5Type, Nil<I6> in6Type, Nil<I7> in7Type, Nil<I8> in8Type, Nil<I9> in9Type, Nil<I10> in10Type, Nil<I11> in11Type, Nil<I12> in12Type, Nil<I13> in13Type, Nil<I14> in14Type, Nil<I15> in15Type, Nil<IO> ioType, Hints hints)
-
-