Module org.scijava.function
Package org.scijava.function
Interface Inplaces.Arity6_5<I1,I2,I3,I4,IO,I6>
-
- All Superinterfaces:
Consumers.Arity6<I1,I2,I3,I4,IO,I6>,Inplaces.Arity6<I1,I2,I3,I4,IO,I6>
- 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.Arity6_5<I1,I2,I3,I4,IO,I6> extends Inplaces.Arity6<I1,I2,I3,I4,IO,I6>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmutate(I1 in1, I2 in2, I3 in3, I4 in4, IO io, I6 in6)-
Methods inherited from interface org.scijava.function.Consumers.Arity6
andThen
-
Methods inherited from interface org.scijava.function.Inplaces.Arity6
accept
-
-