-
- Type Parameters:
T
- the type.
- All Superinterfaces:
Supplier<T>
- All Known Subinterfaces:
ArrayQueryValue
,ConditionQueryValue
,FunctionQueryValue
,JSONQueryValue
,NumberQueryValue
,ParamQueryValue
,StringQueryValue
public interface QueryValue<T> extends Supplier<T>
The value is the last element in a condition, and it defines what it 'll go to be used, with an operator, in a field target.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueType
getType()
Returns a value type
-
-
-
Method Detail
-
getType
ValueType getType()
Returns a value type- Returns:
- a value type
-
-