Class ComputersToFunctionsAndLift.RAI62ComputerToFunctionAndLiftViaSource<I1,​I2,​I3,​I4,​I5,​I6,​O,​RAII1 extends RandomAccessibleInterval<I1>,​RAII2 extends RandomAccessibleInterval<I2>,​RAIO extends RandomAccessibleInterval<O>>

  • Type Parameters:
    I1 - Type of the first RAI
    I2 - Type of the second RAI
    I3 - The third parameter type
    I4 - The fourth parameter type
    I5 - The fifth parameter type
    I6 - The sixth parameter type
    O - Type of the output RAI
    All Implemented Interfaces:
    Function<Computers.Arity6<I1,​I2,​I3,​I4,​I5,​I6,​O>,​Functions.Arity6<RAII1,​RAII2,​I3,​I4,​I5,​I6,​RAIO>>, Op
    Enclosing class:
    ComputersToFunctionsAndLift

    public static class ComputersToFunctionsAndLift.RAI62ComputerToFunctionAndLiftViaSource<I1,​I2,​I3,​I4,​I5,​I6,​O,​RAII1 extends RandomAccessibleInterval<I1>,​RAII2 extends RandomAccessibleInterval<I2>,​RAIO extends RandomAccessibleInterval<O>>
    extends Object
    implements Function<Computers.Arity6<I1,​I2,​I3,​I4,​I5,​I6,​O>,​Functions.Arity6<RAII1,​RAII2,​I3,​I4,​I5,​I6,​RAIO>>, Op
    Lifting function for mapping Computers Ops to Functions that operate on RAIs.
    Implementation Note:
    op names='engine.adapt', priority='-100.'