public interface Output<O>
At the interface level, no API is provided to set the output value, since the feasibility of such an operation depends on the implementation.
UnaryInput
,
BinaryInput
Modifier and Type | Method and Description |
---|---|
O |
out() |
O out()
Copyright © 2014–2022 ImageJ. All rights reserved.