public interface Expression
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Expression.Builder |
static class |
Expression.Predicate |
| Modifier and Type | Method and Description |
|---|---|
Expression |
clone()
Return cloned copy of this expression.
|
boolean |
evaluate(long current)
Evaluate current value against this expression.
|
CounterLimit |
getCounterLimit()
Return counter limit
|
Expression.Predicate |
getPredicate()
Return predicate defined in the expression.
|
boolean evaluate(long current)
current - - current value against which expression will be evaluatedCounterLimit getCounterLimit()
Expression.Predicate getPredicate()
Expression clone()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.