public interface RLexSortedSetRx extends RScoredSortedSetRx<String>, RCollectionRx<String>
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.rxjava3.core.Single<Integer> |
count(String fromElement,
boolean fromInclusive,
String toElement,
boolean toInclusive)
Returns the number of elements between
fromElement and toElement. |
io.reactivex.rxjava3.core.Single<Integer> |
countHead(String toElement,
boolean toInclusive)
Returns the number of head values ending with
toElement. |
io.reactivex.rxjava3.core.Single<Integer> |
countTail(String fromElement,
boolean fromInclusive)
Returns the number of tail values starting with
fromElement. |
io.reactivex.rxjava3.core.Single<Collection<String>> |
range(String fromElement,
boolean fromInclusive,
String toElement,
boolean toInclusive)
Returns values range starting with
fromElement and ending with toElement. |
io.reactivex.rxjava3.core.Single<Collection<String>> |
range(String fromElement,
boolean fromInclusive,
String toElement,
boolean toInclusive,
int offset,
int count)
Returns values range starting with
fromElement and ending with toElement. |
io.reactivex.rxjava3.core.Single<Collection<String>> |
rangeHead(String toElement,
boolean toInclusive)
Returns head values range ending with
toElement. |
io.reactivex.rxjava3.core.Single<Collection<String>> |
rangeHead(String toElement,
boolean toInclusive,
int offset,
int count)
Returns head values range ending with
toElement. |
io.reactivex.rxjava3.core.Single<Collection<String>> |
rangeTail(String fromElement,
boolean fromInclusive)
Returns tail values range starting with
fromElement. |
io.reactivex.rxjava3.core.Single<Collection<String>> |
rangeTail(String fromElement,
boolean fromInclusive,
int offset,
int count)
Returns tail values range starting with
fromElement. |
io.reactivex.rxjava3.core.Single<Integer> |
removeRange(String fromElement,
boolean fromInclusive,
String toElement,
boolean toInclusive)
Removes values range starting with
fromElement and ending with toElement. |
io.reactivex.rxjava3.core.Single<Integer> |
removeRangeHead(String toElement,
boolean toInclusive)
Removes head values range ending with
toElement. |
io.reactivex.rxjava3.core.Single<Integer> |
removeRangeTail(String fromElement,
boolean fromInclusive)
Removes tail values range starting with
fromElement. |
add, addAll, addAndGetRank, addAndGetRevRank, addAndGetRevRank, addScore, addScoreAndGetRank, addScoreAndGetRevRank, contains, containsAll, count, entryRange, entryRange, entryRange, entryRangeReversed, entryRangeReversed, entryRangeReversed, first, firstScore, getScore, getScore, intersection, intersection, intersection, intersection, iterator, iterator, iterator, iterator, last, lastScore, pollFirst, pollFirst, pollFirst, pollFirstFromAny, pollLast, pollLast, pollLast, pollLastFromAny, rank, readAll, remove, removeAll, removeRangeByRank, removeRangeByScore, retainAll, revRank, revRank, size, takeFirst, takeFirstElements, takeLast, takeLastElements, tryAdd, union, union, union, union, valueRange, valueRange, valueRange, valueRangeReversed, valueRangeReversed, valueRangeReversedreadSorted, readSorted, readSorted, readSorted, readSorted, readSorted, sortTo, sortTo, sortTo, sortTo, sortTo, sortToadd, addAll, addAll, contains, containsAll, iterator, remove, removeAll, retainAll, sizeclearExpire, expire, expireAt, expireAt, remainTimeToLiveaddListener, copy, delete, dump, getCodec, getIdleTime, getName, isExists, migrate, move, removeListener, rename, renamenx, restore, restore, restoreAndReplace, restoreAndReplace, sizeInMemory, touch, unlinkio.reactivex.rxjava3.core.Single<Integer> removeRange(String fromElement, boolean fromInclusive, String toElement, boolean toInclusive)
fromElement and ending with toElement.fromElement - - start elementfromInclusive - - start element inclusivetoElement - - end elementtoInclusive - - end element inclusiveio.reactivex.rxjava3.core.Single<Integer> removeRangeTail(String fromElement, boolean fromInclusive)
fromElement.fromElement - - start elementfromInclusive - - start element inclusiveio.reactivex.rxjava3.core.Single<Integer> removeRangeHead(String toElement, boolean toInclusive)
toElement.toElement - - end elementtoInclusive - - end element inclusiveio.reactivex.rxjava3.core.Single<Integer> countTail(String fromElement, boolean fromInclusive)
fromElement.fromElement - - start elementfromInclusive - - start element inclusiveio.reactivex.rxjava3.core.Single<Integer> countHead(String toElement, boolean toInclusive)
toElement.toElement - - end elementtoInclusive - - end element inclusiveio.reactivex.rxjava3.core.Single<Collection<String>> rangeTail(String fromElement, boolean fromInclusive)
fromElement.fromElement - - start elementfromInclusive - - start element inclusiveio.reactivex.rxjava3.core.Single<Collection<String>> rangeHead(String toElement, boolean toInclusive)
toElement.toElement - - end elementtoInclusive - - end element inclusiveio.reactivex.rxjava3.core.Single<Collection<String>> range(String fromElement, boolean fromInclusive, String toElement, boolean toInclusive)
fromElement and ending with toElement.fromElement - - start elementfromInclusive - - start element inclusivetoElement - - end elementtoInclusive - - end element inclusiveio.reactivex.rxjava3.core.Single<Collection<String>> rangeTail(String fromElement, boolean fromInclusive, int offset, int count)
fromElement.
Returned collection limited by count and starts with offset.fromElement - - start elementfromInclusive - - start element inclusiveoffset - - offset of result collectioncount - - amount of result collectionio.reactivex.rxjava3.core.Single<Collection<String>> rangeHead(String toElement, boolean toInclusive, int offset, int count)
toElement.
Returned collection limited by count and starts with offset.toElement - - end elementtoInclusive - - end element inclusiveoffset - - offset of result collectioncount - - amount of result collectionio.reactivex.rxjava3.core.Single<Collection<String>> range(String fromElement, boolean fromInclusive, String toElement, boolean toInclusive, int offset, int count)
fromElement and ending with toElement.
Returned collection limited by count and starts with offset.fromElement - - start elementfromInclusive - - start element inclusivetoElement - - end elementtoInclusive - - end element inclusiveoffset - - offset of result collectioncount - - amount of result collectionio.reactivex.rxjava3.core.Single<Integer> count(String fromElement, boolean fromInclusive, String toElement, boolean toInclusive)
fromElement and toElement.fromElement - - start elementfromInclusive - - start element inclusivetoElement - - end elementtoInclusive - - end element inclusiveCopyright © 2014–2020 Redisson. All rights reserved.