public class RedissonLexSortedSetReactive
extends Object
- Author:
- Nikita Koksharov
-
Constructor Summary
Constructors
-
Method Summary
org.reactivestreams.Publisher<Boolean>
org.reactivestreams.Publisher<String>
org.reactivestreams.Publisher<String>
org.reactivestreams.Publisher<String>
org.reactivestreams.Publisher<String>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RedissonLexSortedSetReactive
-
Method Details
-
addAll
public org.reactivestreams.Publisher<Boolean> addAll(org.reactivestreams.Publisher<? extends String> c)
-
iterator
public org.reactivestreams.Publisher<String> iterator()
-
iterator
public org.reactivestreams.Publisher<String> iterator(String pattern)
-
iterator
public org.reactivestreams.Publisher<String> iterator(int count)
-
iterator
public org.reactivestreams.Publisher<String> iterator(String pattern,
int count)