public class ImmediateValueOperator extends java.lang.Object implements UnaryOperator<CalculateContext,java.util.function.Supplier<java.math.BigDecimal>>
| Modifier and Type | Field and Description |
|---|---|
static ImmediateValueOperator |
SINGLETON |
| Constructor and Description |
|---|
ImmediateValueOperator() |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Supplier<java.math.BigDecimal> |
evaluate(CalculateContext calculateContext,
org.unlaxer.Token token) |
public static final ImmediateValueOperator SINGLETON
public java.util.function.Supplier<java.math.BigDecimal> evaluate(CalculateContext calculateContext, org.unlaxer.Token token)
evaluate in interface Operator<CalculateContext,java.util.function.Supplier<java.math.BigDecimal>>