Interface | Description |
---|---|
MapBinaryComputer<EI1,EI2,EO,OP extends BinaryComputerOp<EI1,EI2,EO>> |
Typed interface for "map"
BinaryComputerOp s. |
MapBinaryInplace<EI,EO extends EI,OP extends BinaryInplaceOp<EI,EO>> |
Typed interface for "map"
BinaryInplaceOp s. |
MapBinaryInplace1<EI1,EI2,EO extends EI1,OP extends BinaryInplace1Op<EI1,EI2,EO>> |
Typed interface for "map"
BinaryInplace1Op s. |
MapInplace<EI,EO extends EI,OP extends UnaryInplaceOp<EI,EO>> |
Typed interface for "map"
UnaryInplaceOp s. |
MapNullaryComputer<EO,OP extends NullaryComputerOp<EO>> |
Typed interface for "map"
NullaryComputerOp s. |
MapOp<OP extends Op> |
Typed interface for "map" ops.
|
MapUnaryComputer<EI,EO,OP extends UnaryComputerOp<EI,EO>> |
Typed interface for "map"
UnaryComputerOp s. |
MapView<EI,EO,PI,PO> |
A
MapUnaryComputer UnaryFunctionOp which converts entries on
demand by wrapping in a thin "view" data structure. |
Copyright © 2014–2022 ImageJ. All rights reserved.