Package org.redisson.rx
Class RedissonLexSortedSetRx
- java.lang.Object
-
- org.redisson.rx.RedissonLexSortedSetRx
-
public class RedissonLexSortedSetRx extends Object
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description RedissonLexSortedSetRx(RLexSortedSet instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Constructor Detail
-
RedissonLexSortedSetRx
public RedissonLexSortedSetRx(RLexSortedSet instance)
-
-