A
- element type of inplace argumentspublic class MapIterableInplace<A> extends AbstractMapIterableInplace<A,A,Iterable<A>>
MapInplace
over an Iterable
.SpecialOp.Flavor
Constructor and Description |
---|
MapIterableInplace() |
Modifier and Type | Method and Description |
---|---|
void |
mutate(Iterable<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(Iterable<A> arg)
UnaryInplaceOp
arg
- of the UnaryInplaceOp
Copyright © 2014–2022 ImageJ. All rights reserved.