Module org.scijava.function
Package org.scijava.function
Interface Computers.Arity6<I1,I2,I3,I4,I5,I6,O>
-
- All Superinterfaces:
Consumers.Arity7<I1,I2,I3,I4,I5,I6,O>
- All Known Subinterfaces:
Computers.Arity6_1<O,I1,I2,I3,I4,I5,I6>,Computers.Arity6_2<I1,O,I2,I3,I4,I5,I6>,Computers.Arity6_3<I1,I2,O,I3,I4,I5,I6>,Computers.Arity6_4<I1,I2,I3,O,I4,I5,I6>,Computers.Arity6_5<I1,I2,I3,I4,O,I5,I6>,Computers.Arity6_6<I1,I2,I3,I4,I5,O,I6>
- 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.Arity6<I1,I2,I3,I4,I5,I6,O> extends Consumers.Arity7<I1,I2,I3,I4,I5,I6,O>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidaccept(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6, O out)Performs this operation on the given arguments.voidcompute(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6, O out)-
Methods inherited from interface org.scijava.function.Consumers.Arity7
andThen
-
-