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