Class RedissonLexSortedSetReactive

java.lang.Object
org.redisson.reactive.RedissonLexSortedSetReactive

public class RedissonLexSortedSetReactive extends Object
Author:
Nikita Koksharov
  • Constructor Details

    • RedissonLexSortedSetReactive

      public RedissonLexSortedSetReactive(RLexSortedSet instance)
  • 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)