I1
- type of first inputI2
- type of second inputO
- type of outputDI1
- type of first input accepted by the worker opDI2
- type of second input accepted by the worker opDO
- type of output accepted by the worker opOP
- type of the worker oppublic interface DelegatingBinaryOp<I1,I2,O,DI1,DI2,DO,OP extends BinaryOp<DI1,DI2,DO>> extends BinaryOp<I1,I2,O>
SpecialOp.Flavor
Modifier and Type | Method and Description |
---|---|
OP |
createWorker(I1 t1,
I2 t2) |
getArity, getIndependentInstance, run, run
candidates, filterArity, op
ops, setEnvironment
initialize
Copyright © 2014–2022 ImageJ. All rights reserved.