public class RedissonLexSortedSetRx extends Object
| Constructor and Description |
|---|
RedissonLexSortedSetRx(RLexSortedSet instance) |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.rxjava3.core.Single<Boolean> |
addAll(org.reactivestreams.Publisher<? extends String> c) |
io.reactivex.rxjava3.core.Flowable<String> |
iterator() |
io.reactivex.rxjava3.core.Flowable<String> |
iterator(int count) |
io.reactivex.rxjava3.core.Flowable<String> |
iterator(String pattern) |
io.reactivex.rxjava3.core.Flowable<String> |
iterator(String pattern,
int count) |
public RedissonLexSortedSetRx(RLexSortedSet instance)
Copyright © 2014–2021 Redisson. All rights reserved.