Class RedissonListReactive<V>

  • Type Parameters:
    V - the type of elements held in this collection

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

      • descendingIterator

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

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

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

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

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