Uses of Interface
org.nustaq.reallive.query.Value
| Package | Description |
|---|---|
| org.nustaq.reallive.api | |
| org.nustaq.reallive.query |
-
Uses of Value in org.nustaq.reallive.api
Methods in org.nustaq.reallive.api that return Value Modifier and Type Method Description default ValueRecord. getValue(java.lang.String field) -
Uses of Value in org.nustaq.reallive.query
Classes in org.nustaq.reallive.query that implement Value Modifier and Type Class Description classArrayValueclassBooleanValueCreated by moelrue on 27.08.2015.classDoubleValueCreated by ruedi on 27.08.2015.classLongValueCreated by moelrue on 27.08.2015.classStringValueCreated by moelrue on 27.08.2015.Fields in org.nustaq.reallive.query declared as Value Modifier and Type Field Description static ValueValue. FALSEstatic ValueValue. TRUEMethods in org.nustaq.reallive.query that return Value Modifier and Type Method Description protected ValueFuncOperand. apply(RLSupplier<Value>[] args)protected ValueOperator. compare(Value vb, Value va)static ValueQuery. eval(java.lang.String query, EvalContext ctx)ValueCompiledQuery. evaluate(EvalContext rec)ValueVarPath. evaluate(EvalContext ectx)default ValueEvalContext. getValue(java.lang.String field)ValueArrayValue. negate()ValueBooleanValue. negate()ValueDoubleValue. negate()ValueLongValue. negate()ValueStringValue. negate()ValueValue. negate()Methods in org.nustaq.reallive.query that return types with arguments of type Value Modifier and Type Method Description RLSupplier<Value>Evaluator. evaluate()RLSupplier<Value>Evaluator. evaluate(boolean valueArray)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 Value Modifier and Type Method Description protected ValueOperator. compare(Value vb, Value va)Method parameters in org.nustaq.reallive.query with type arguments of type Value Modifier and Type Method Description RLSupplier<Value>Operator. getEval(RLSupplier<Value> arg, RLSupplier<Value> arg1)Constructor parameters in org.nustaq.reallive.query with type arguments of type Value Constructor Description CompiledQuery(RLSupplier<Value> compiled, EvalContext[] ref)