-
- All Superinterfaces:
BiConsumer<I1,IO>,Inplaces.Arity2<I1,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.Arity2_2<I1,IO> extends Inplaces.Arity2<I1,IO>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmutate(I1 in1, IO io)-
Methods inherited from interface java.util.function.BiConsumer
andThen
-
Methods inherited from interface org.scijava.function.Inplaces.Arity2
accept
-
-