public abstract class RangeValue extends Value
Constructor and Description |
---|
RangeValue() |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
appendFrom(StringBuilder sb,
boolean inclusive) |
protected abstract void |
appendTo(StringBuilder sb,
boolean inclusive) |
RangeValue |
inclusiveMax(boolean val) |
RangeValue |
inclusiveMin(boolean val) |
boolean |
isCombinable() |
String |
toString() |
public boolean isCombinable()
isCombinable
in class Value
protected abstract void appendFrom(StringBuilder sb, boolean inclusive)
protected abstract void appendTo(StringBuilder sb, boolean inclusive)
public RangeValue inclusiveMin(boolean val)
public RangeValue inclusiveMax(boolean val)
Copyright © 2021 RedisLabs. All rights reserved.