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