Module org.scijava.ops.engine
Class FunctionsToComputers.Function2ToComputer2<I1,I2,O>
- java.lang.Object
-
- org.scijava.ops.engine.adapt.functional.FunctionsToComputers.Function2ToComputer2<I1,I2,O>
-
- All Implemented Interfaces:
Function<BiFunction<I1,I2,O>,Computers.Arity2<I1,I2,O>>,Op
- Enclosing class:
- FunctionsToComputers
public static class FunctionsToComputers.Function2ToComputer2<I1,I2,O> extends Object implements Function<BiFunction<I1,I2,O>,Computers.Arity2<I1,I2,O>>, Op
-
-
Constructor Summary
Constructors Constructor Description Function2ToComputer2()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Computers.Arity2<I1,I2,O>apply(BiFunction<I1,I2,O> function)
-