public class RunByType extends AbstractUnaryFunctionOp<Class<? extends Op>,Object> implements Ops.Run
SpecialOp.Flavor| Constructor and Description |
|---|
RunByType() |
| Modifier and Type | Method and Description |
|---|---|
Object |
calculate(Class<? extends Op> input)
Calculates the output given some input.
|
in, out, run, setInputops, setEnvironmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitops, setEnvironmentcalculate, getIndependentInstance, runruncandidates, filterArity, opinitializepublic Object calculate(Class<? extends Op> input)
UnaryFunctionOpcalculate in interface UnaryFunctionOp<Class<? extends Op>,Object>input - Argument to the functionCopyright © 2014–2022 ImageJ. All rights reserved.