public final class Let extends ViewableFunction implements IFunction, IBinaryFunction
Constructor and Description |
---|
Let(Object... obs) |
Let(Object[] pairs,
Object body) |
Let(String varName,
Object varValue,
Object body) |
Modifier and Type | Method and Description |
---|---|
IFunction |
getFirst() |
IFunction |
getSecond() |
String |
getVarName() |
<O extends RealType<O>> |
reInit(O tmp,
Map<String,LetBinding<O>> bindings,
Converter<RealType<?>,O> converter,
Map<Variable<O>,OFunction<O>> imgSources) |
view, view, view, view, viewDouble, viewDouble, viewDouble
public Let(Object... obs)
public <O extends RealType<O>> LetBinding<O> reInit(O tmp, Map<String,LetBinding<O>> bindings, Converter<RealType<?>,O> converter, Map<Variable<O>,OFunction<O>> imgSources)
public IFunction getFirst()
getFirst
in interface IUnaryFunction
public IFunction getSecond()
getSecond
in interface IBinaryFunction
public String getVarName()
Copyright © 2015–2022 ImgLib2. All rights reserved.