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