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