Module org.scijava.function
Package org.scijava.function
Interface Inplaces.Arity6<IO1,IO2,IO3,IO4,IO5,IO6>
-
- All Superinterfaces:
Consumers.Arity6<IO1,IO2,IO3,IO4,IO5,IO6>
- All Known Subinterfaces:
Inplaces.Arity6_1<IO,I2,I3,I4,I5,I6>,Inplaces.Arity6_2<I1,IO,I3,I4,I5,I6>,Inplaces.Arity6_3<I1,I2,IO,I4,I5,I6>,Inplaces.Arity6_4<I1,I2,I3,IO,I5,I6>,Inplaces.Arity6_5<I1,I2,I3,I4,IO,I6>,Inplaces.Arity6_6<I1,I2,I3,I4,I5,IO>
- 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<IO1,IO2,IO3,IO4,IO5,IO6> extends Consumers.Arity6<IO1,IO2,IO3,IO4,IO5,IO6>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidaccept(IO1 io1, IO2 io2, IO3 io3, IO4 io4, IO5 io5, IO6 io6)Performs this operation on the given arguments.voidmutate(IO1 io1, IO2 io2, IO3 io3, IO4 io4, IO5 io5, IO6 io6)-
Methods inherited from interface org.scijava.function.Consumers.Arity6
andThen
-
-