-
- All Superinterfaces:
Consumers.Arity3<I1,IO,I3>,Inplaces.Arity3<I1,IO,I3>
- 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.Arity3_2<I1,IO,I3> extends Inplaces.Arity3<I1,IO,I3>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmutate(I1 in1, IO io, I3 in3)-
Methods inherited from interface org.scijava.function.Consumers.Arity3
andThen
-
Methods inherited from interface org.scijava.function.Inplaces.Arity3
accept
-
-