public interface Join2Inplaces<A,B extends A,C extends B> extends UnaryInplaceOp<A,C>, Join2Ops<UnaryInplaceOp<A,B>,UnaryInplaceOp<B,C>>
UnaryInplaceOp
s. The joined
UnaryInplaceOp
mutates each argument using the first
UnaryInplaceOp
followed by the second UnaryInplaceOp
.SpecialOp.Flavor
Modifier and Type | Method and Description |
---|---|
default void |
mutate(C arg)
Mutates the given input argument in-place.
|
getIndependentInstance, in, run, run
candidates, filterArity, op
ops, setEnvironment
initialize
setInput
default void mutate(C arg)
UnaryInplaceOp
mutate
in interface UnaryInplaceOp<A,C extends B>
arg
- of the UnaryInplaceOp
Copyright © 2014–2022 ImageJ. All rights reserved.