Module org.scijava.ops.engine
Class OpWrappers.Function1OpWrapper<I,O>
- java.lang.Object
-
- org.scijava.ops.engine.matcher.impl.OpWrappers.Function1OpWrapper<I,O>
-
-
Constructor Summary
Constructors Constructor Description Function1OpWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RichOp<Function<I,O>>wrap(OpInstance<Function<I,O>> instance, OpEnvironment env, MatchingConditions conditions)Wraps an Op into aRichOp
-
-
-
Method Detail
-
wrap
public RichOp<Function<I,O>> wrap(OpInstance<Function<I,O>> instance, OpEnvironment env, MatchingConditions conditions)
Description copied from interface:OpWrapperWraps an Op into aRichOp- Specified by:
wrapin interfaceOpWrapper<I>- Parameters:
instance- an Openv- theOpEnvironmentthat produced the Opconditions- theMatchingConditionsused to produce the Op- Returns:
- a
RichOpwrappingop
-
-