Class RedissonSetCacheReactive<V>

  • Type Parameters:
    V - value

    public class RedissonSetCacheReactive<V>
    extends Object
    Author:
    Nikita Koksharov
    • Constructor Detail

      • RedissonSetCacheReactive

        public RedissonSetCacheReactive​(RSetCache<V> instance)
    • Method Detail

      • iterator

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

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