Class RedissonListRx<V>

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

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

    • RedissonListRx

      public RedissonListRx(RListAsync<V> instance)
  • 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 io.reactivex.rxjava3.core.Single<Boolean> addAll(org.reactivestreams.Publisher<? extends V> c)