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