public interface OutputMutable<O> extends Output<O>
Output
objects whose typed output parameter is mutable.
From an Ops perspective, this interface marks ops with a typed output which
doubles as an input parameter; see e.g. NullaryComputerOp
.Output
Modifier and Type | Method and Description |
---|---|
void |
setOutput(O output) |
void setOutput(O output)
Copyright © 2014–2022 ImageJ. All rights reserved.