A
- element type of inplace argumentspublic class MapIIInplaceParallel<A> extends AbstractMapIterableInplace<A,A,IterableInterval<A>> implements Parallel
MapInplace
over an IterableInterval
.SpecialOp.Flavor
Constructor and Description |
---|
MapIIInplaceParallel() |
Modifier and Type | Method and Description |
---|---|
void |
mutate(IterableInterval<A> arg)
Mutates the given input argument in-place.
|
getOp, setOp
out, setInput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
getIndependentInstance
in, run, run
candidates, filterArity, op
initialize
public void mutate(IterableInterval<A> arg)
UnaryInplaceOp
mutate
in interface UnaryInplaceOp<IterableInterval<A>,IterableInterval<A>>
arg
- of the UnaryInplaceOp
Copyright © 2014–2022 ImageJ. All rights reserved.