Module org.scijava.ops.engine
Class OpWrappers.Inplace8_4OpWrapper<I1,I2,I3,IO,I5,I6,I7,I8>
- java.lang.Object
-
- org.scijava.ops.engine.matcher.impl.OpWrappers.Inplace8_4OpWrapper<I1,I2,I3,IO,I5,I6,I7,I8>
-
- All Implemented Interfaces:
OpWrapper<Inplaces.Arity8_4<I1,I2,I3,IO,I5,I6,I7,I8>>
- Enclosing class:
- OpWrappers
public static class OpWrappers.Inplace8_4OpWrapper<I1,I2,I3,IO,I5,I6,I7,I8> extends Object implements OpWrapper<Inplaces.Arity8_4<I1,I2,I3,IO,I5,I6,I7,I8>>
-
-
Constructor Summary
Constructors Constructor Description Inplace8_4OpWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RichOp<Inplaces.Arity8_4<I1,I2,I3,IO,I5,I6,I7,I8>>wrap(OpInstance<Inplaces.Arity8_4<I1,I2,I3,IO,I5,I6,I7,I8>> instance, OpEnvironment env, MatchingConditions conditions)Wraps an Op into aRichOp
-
-
-
Method Detail
-
wrap
public RichOp<Inplaces.Arity8_4<I1,I2,I3,IO,I5,I6,I7,I8>> wrap(OpInstance<Inplaces.Arity8_4<I1,I2,I3,IO,I5,I6,I7,I8>> 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
-
-