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