Class RedissonListReactive<V>

java.lang.Object
org.redisson.reactive.RedissonListReactive<V>
Type Parameters:
V - the type of elements held in this collection
Direct Known Subclasses:
RedissonBlockingQueueReactive

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

  • Method Details

    • 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)