-
- All Superinterfaces:
Consumers.Arity4<I1,I2,I3,O>
- All Known Subinterfaces:
Computers.Arity3_1<O,I1,I2,I3>,Computers.Arity3_2<I1,O,I2,I3>,Computers.Arity3_3<I1,I2,O,I3>
- Enclosing class:
- Computers
- 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 Computers.Arity3<I1,I2,I3,O> extends Consumers.Arity4<I1,I2,I3,O>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidaccept(I1 in1, I2 in2, I3 in3, O out)Performs this operation on the given arguments.voidcompute(I1 in1, I2 in2, I3 in3, O out)-
Methods inherited from interface org.scijava.function.Consumers.Arity4
andThen
-
-
-
-
Method Detail
-
accept
default void accept(I1 in1, I2 in2, I3 in3, O out)
Description copied from interface:Consumers.Arity4Performs this operation on the given arguments.
-
-