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