- Type Parameters:
EI1
- element type of first inputs
EI2
- element type of second inputs
EO
- element type of outputs
PI1
- producer of first inputs
PI2
- producer of second inputs
PO
- producer of outputs
- All Implemented Interfaces:
- Runnable, Environmental, Initializable, MapBinaryComputer<EI1,EI2,EO,BinaryComputerOp<EI1,EI2,EO>>, MapOp<BinaryComputerOp<EI1,EI2,EO>>, Op, Ops.Map, BinaryInput<PI1,PI2>, BinaryOp<PI1,PI2,PO>, BinaryComputerOp<PI1,PI2,PO>, NullaryComputerOp<PO>, UnaryComputerOp<PI1,PO>, NullaryOp<PO>, Output<PO>, OutputMutable<PO>, SpecialOp, UnaryInput<PI1>, UnaryOp<PI1,PO>, Threadable, Command, SciJavaPlugin
- Direct Known Subclasses:
- MapBinaryComputers.IIAndIIToII, MapBinaryComputers.IIAndIIToIIParallel, MapBinaryComputers.IIAndIIToRAI, MapBinaryComputers.IIAndIIToRAIParallel, MapBinaryComputers.IIAndRAIToII, MapBinaryComputers.IIAndRAIToIIParallel, MapBinaryComputers.IIAndRAIToRAI, MapBinaryComputers.IIAndRAIToRAIParallel, MapBinaryComputers.RAIAndIIToII, MapBinaryComputers.RAIAndIIToIIParallel, MapBinaryComputers.RAIAndIIToRAI, MapBinaryComputers.RAIAndIIToRAIParallel, MapBinaryComputers.RAIAndRAIToII, MapBinaryComputers.RAIAndRAIToIIParallel
public abstract class AbstractMapBinaryComputer<EI1,EI2,EO,PI1,PI2,PO>
extends AbstractBinaryComputerOp<PI1,PI2,PO>
implements MapBinaryComputer<EI1,EI2,EO,BinaryComputerOp<EI1,EI2,EO>>
- Author:
- Leon Yang