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