Interface | Description |
---|---|
BinaryFunctionOp<I1,I2,O> |
A binary function calculates a result from two given inputs,
returning it as a new object.
|
NullaryFunctionOp<O> |
A nullary function calculates a result, returning it as a new
object.
|
UnaryFunctionOp<I,O> |
A unary function calculates a result from the given input, returning
it as a new object.
|
Class | Description |
---|---|
AbstractBinaryFunctionOp<I1,I2,O> |
Abstract superclass for
BinaryFunctionOp implementations. |
AbstractNullaryFunctionOp<O> |
Abstract superclass for
NullaryFunctionOp implementations. |
AbstractUnaryFunctionOp<I,O> |
Abstract superclass for
UnaryFunctionOp implementations. |
Functions |
Utility class for looking up function ops in a type-safe way.
|
Copyright © 2014–2022 ImageJ. All rights reserved.