Module org.scijava.function
Package org.scijava.function
Interface Inplaces.Arity13_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12,I13>
-
- All Superinterfaces:
Consumers.Arity13<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12,I13>,Inplaces.Arity13<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12,I13>
- Enclosing class:
- Inplaces
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface Inplaces.Arity13_6<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12,I13> extends Inplaces.Arity13<I1,I2,I3,I4,I5,IO,I7,I8,I9,I10,I11,I12,I13>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmutate(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, IO io, I7 in7, I8 in8, I9 in9, I10 in10, I11 in11, I12 in12, I13 in13)-
Methods inherited from interface org.scijava.function.Consumers.Arity13
andThen
-
Methods inherited from interface org.scijava.function.Inplaces.Arity13
accept
-
-