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