public interface Operation<V extends Number>
| Modifier and Type | Method and Description |
|---|---|
Value<V> |
evaluate(Value<V> value,
EvaluationContext context) |
Value<V> evaluate(Value<V> value, EvaluationContext context)
value - The input value.null if the operation evaluated to a missing value.Copyright © 2019. All rights reserved.