Module org.scijava.ops.image
Class FunctionsToComputersAndLift.RAI22FunctionToComputerAndLiftAfter<I1,I2,O,RAII1 extends RandomAccessibleInterval<I1>,RAII2 extends RandomAccessibleInterval<I2>,RAIO extends RandomAccessibleInterval<O>>
- java.lang.Object
-
- org.scijava.ops.image.adapt.complexLift.FunctionsToComputersAndLift.RAI22FunctionToComputerAndLiftAfter<I1,I2,O,RAII1,RAII2,RAIO>
-
- Type Parameters:
I1- Type of the first RAII2- Type of the second RAIO- The RAI return type
- All Implemented Interfaces:
Function<BiFunction<I1,I2,O>,Computers.Arity2<RAII1,RAII2,RAIO>>,Op
- Enclosing class:
- FunctionsToComputersAndLift
public static class FunctionsToComputersAndLift.RAI22FunctionToComputerAndLiftAfter<I1,I2,O,RAII1 extends RandomAccessibleInterval<I1>,RAII2 extends RandomAccessibleInterval<I2>,RAIO extends RandomAccessibleInterval<O>> extends Object implements Function<BiFunction<I1,I2,O>,Computers.Arity2<RAII1,RAII2,RAIO>>, Op
Lifting function for mapping Functions Ops to Computers that operate on RandomAccessibleIntervals. Adapts first, then lifts.- Implementation Note:
- op names='engine.adapt', priority='-100.'
-
-
Constructor Summary
Constructors Constructor Description RAI22FunctionToComputerAndLiftAfter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Computers.Arity2<RAII1,RAII2,RAIO>apply(BiFunction<I1,I2,O> function)
-