Package org.redisson.rx
Class RedissonScoredSortedSetRx<V>
java.lang.Object
org.redisson.rx.RedissonScoredSortedSetRx<V>
- Type Parameters:
V- value type
- Author:
- Nikita Koksharov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Flowable<ScoredEntry<V>> io.reactivex.rxjava3.core.Flowable<ScoredEntry<V>> entryIterator(int count) io.reactivex.rxjava3.core.Flowable<ScoredEntry<V>> entryIterator(String pattern) io.reactivex.rxjava3.core.Flowable<ScoredEntry<V>> entryIterator(String pattern, int count) getName()io.reactivex.rxjava3.core.Flowable<V> iterator()io.reactivex.rxjava3.core.Flowable<V> iterator(int count) io.reactivex.rxjava3.core.Flowable<V> io.reactivex.rxjava3.core.Flowable<V> io.reactivex.rxjava3.core.Flowable<V> io.reactivex.rxjava3.core.Flowable<V>
-
Constructor Details
-
RedissonScoredSortedSetRx
-
-
Method Details
-
takeFirstElements
-
takeLastElements
-
getName
-
iterator
-
iterator
-
iterator
-
iterator
-
entryIterator
-
entryIterator
-
entryIterator
-
entryIterator
-