Class RedissonSetReactive<V>

  • Type Parameters:
    V - value

    public class RedissonSetReactive<V>
    extends Object
    Distributed and concurrent implementation of Set
    Author:
    Nikita Koksharov
    • Method Detail

      • addAll

        public org.reactivestreams.Publisher<Boolean> addAll​(org.reactivestreams.Publisher<? extends V> c)
      • iterator

        public org.reactivestreams.Publisher<V> iterator​(int count)
      • iterator

        public org.reactivestreams.Publisher<V> iterator​(String pattern)
      • iterator

        public org.reactivestreams.Publisher<V> iterator​(String pattern,
                                                         int count)
      • iterator

        public org.reactivestreams.Publisher<V> iterator()