EI
- element type of inputsEO
- element type of outputspublic class MapIterableToIterable<EI,EO> extends AbstractMapComputer<EI,EO,Iterable<EI>,Iterable<EO>>
SpecialOp.Flavor
Constructor and Description |
---|
MapIterableToIterable() |
Modifier and Type | Method and Description |
---|---|
void |
compute(Iterable<EI> input,
Iterable<EO> output)
Computes the output given some input.
|
getOp, setOp
in, out, setInput, setOutput
ops, setEnvironment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
ops, setEnvironment
compute, getIndependentInstance, run, run
run
candidates, filterArity, op
initialize
public void compute(Iterable<EI> input, Iterable<EO> output)
UnaryComputerOp
input
- Argument to the computation, which must be non-nulloutput
- Object where the computation's result will be stored, which
must be non-null and a different object than input
Copyright © 2014–2022 ImageJ. All rights reserved.