Uses of Interface
org.nustaq.reallive.query.RLSupplier
| Package | Description |
|---|---|
| org.nustaq.reallive.query |
-
Uses of RLSupplier in org.nustaq.reallive.query
Methods in org.nustaq.reallive.query that return RLSupplier Modifier and Type Method Description RLSupplier<Value>Evaluator. evaluate()RLSupplier<Value>Evaluator. evaluate(boolean valueArray)RLSupplierArrayValue. getEval()RLSupplier<Value>FuncOperand. getEval(RLSupplier<Value>[] args)RLSupplier<Value>Operator. getEval(RLSupplier<Value> arg, RLSupplier<Value> arg1)RLSupplier<Value>VarPath. getEval()Methods in org.nustaq.reallive.query with parameters of type RLSupplier Modifier and Type Method Description protected ValueFuncOperand. apply(RLSupplier<Value>[] args)RLSupplier<Value>FuncOperand. getEval(RLSupplier<Value>[] args)RLSupplier<Value>Operator. getEval(RLSupplier<Value> arg, RLSupplier<Value> arg1)Constructors in org.nustaq.reallive.query with parameters of type RLSupplier Constructor Description CompiledQuery(RLSupplier<Value> compiled, EvalContext[] ref)