T
- An evaluator typepublic interface Evaluator<T>
Modifier and Type | Method and Description |
---|---|
boolean |
eval()
Evaluates whether the condition is met or not
|
void |
record(T data)
Record the condition
|
boolean eval()
void record(T data)
data
- data containing the condition to be evaluatedThis documentation was released into the public domain.