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