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