Class RangeValue
- java.lang.Object
-
- com.redis.lettucemod.search.querybuilder.Value
-
- com.redis.lettucemod.search.querybuilder.RangeValue
-
- Direct Known Subclasses:
DoubleRangeValue,LongRangeValue
public abstract class RangeValue extends Value
- Author:
- mnunberg on 2/23/18.
-
-
Constructor Summary
Constructors Constructor Description RangeValue()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract voidappendFrom(java.lang.StringBuilder sb, boolean inclusive)protected abstract voidappendTo(java.lang.StringBuilder sb, boolean inclusive)RangeValueinclusiveMax(boolean val)RangeValueinclusiveMin(boolean val)booleanisCombinable()java.lang.StringtoString()
-
-
-
Method Detail
-
isCombinable
public boolean isCombinable()
- Overrides:
isCombinablein classValue
-
appendFrom
protected abstract void appendFrom(java.lang.StringBuilder sb, boolean inclusive)
-
appendTo
protected abstract void appendTo(java.lang.StringBuilder sb, boolean inclusive)
-
inclusiveMin
public RangeValue inclusiveMin(boolean val)
-
inclusiveMax
public RangeValue inclusiveMax(boolean val)
-
-