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