Package org.redisson.reactive
Class RedissonLexSortedSetReactive
- java.lang.Object
-
- org.redisson.reactive.RedissonLexSortedSetReactive
-
public class RedissonLexSortedSetReactive extends Object
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description RedissonLexSortedSetReactive(RLexSortedSet instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.reactivestreams.Publisher<Boolean>
addAll(org.reactivestreams.Publisher<? extends String> c)
org.reactivestreams.Publisher<String>
iterator()
org.reactivestreams.Publisher<String>
iterator(int count)
org.reactivestreams.Publisher<String>
iterator(String pattern)
org.reactivestreams.Publisher<String>
iterator(String pattern, int count)
-
-
-
Constructor Detail
-
RedissonLexSortedSetReactive
public RedissonLexSortedSetReactive(RLexSortedSet instance)
-
-