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