V
- the type of elements held in this collectionpublic class RedissonListRx<V> extends Object
List
Constructor and Description |
---|
RedissonListRx(RListAsync<V> instance) |
Modifier and Type | Method and Description |
---|---|
io.reactivex.rxjava3.core.Single<Boolean> |
addAll(org.reactivestreams.Publisher<? extends V> c) |
org.reactivestreams.Publisher<V> |
descendingIterator() |
org.reactivestreams.Publisher<V> |
descendingIterator(int startIndex) |
org.reactivestreams.Publisher<V> |
iterator() |
org.reactivestreams.Publisher<V> |
iterator(int startIndex) |
public RedissonListRx(RListAsync<V> instance)
public org.reactivestreams.Publisher<V> descendingIterator()
public org.reactivestreams.Publisher<V> iterator()
public org.reactivestreams.Publisher<V> descendingIterator(int startIndex)
public org.reactivestreams.Publisher<V> iterator(int startIndex)
Copyright © 2014–2020 Redisson. All rights reserved.