Module org.scijava.function
Package org.scijava.function
Interface Inplaces.Arity11_3<I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11>
-
- All Superinterfaces:
Consumers.Arity11<I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11>,Inplaces.Arity11<I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11>
- 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.Arity11_3<I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11> extends Inplaces.Arity11<I1,I2,IO,I4,I5,I6,I7,I8,I9,I10,I11>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmutate(I1 in1, I2 in2, IO io, I4 in4, I5 in5, I6 in6, I7 in7, I8 in8, I9 in9, I10 in10, I11 in11)-
Methods inherited from interface org.scijava.function.Consumers.Arity11
andThen
-
Methods inherited from interface org.scijava.function.Inplaces.Arity11
accept
-
-