Module org.scijava.function
Package org.scijava.function
Interface Computers.Arity7_5<I1,I2,I3,I4,O,I5,I6,I7>
-
- All Superinterfaces:
Computers.Arity7<I1,I2,I3,I4,I5,I6,I7,O>,Consumers.Arity8<I1,I2,I3,I4,I5,I6,I7,O>
- 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.Arity7_5<I1,I2,I3,I4,O,I5,I6,I7> extends Computers.Arity7<I1,I2,I3,I4,I5,I6,I7,O>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidcompute(I1 in1, I2 in2, I3 in3, I4 in4, I5 in5, I6 in6, I7 in7, O out)voidcompute5(I1 in1, I2 in2, I3 in3, I4 in4, O out, I5 in5, I6 in6, I7 in7)-
Methods inherited from interface org.scijava.function.Computers.Arity7
accept
-
Methods inherited from interface org.scijava.function.Consumers.Arity8
andThen
-
-