V
- valuepublic interface RCollectionReactive<V> extends RExpirableReactive
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<Integer> |
add(V e) |
org.reactivestreams.Publisher<Integer> |
addAll(Collection<? extends V> c) |
org.reactivestreams.Publisher<Integer> |
addAll(org.reactivestreams.Publisher<? extends V> c) |
org.reactivestreams.Publisher<Boolean> |
contains(V o) |
org.reactivestreams.Publisher<Boolean> |
containsAll(Collection<?> c) |
org.reactivestreams.Publisher<V> |
iterator() |
org.reactivestreams.Publisher<Boolean> |
remove(V o) |
org.reactivestreams.Publisher<Boolean> |
removeAll(Collection<?> c) |
org.reactivestreams.Publisher<Boolean> |
retainAll(Collection<?> c) |
org.reactivestreams.Publisher<Integer> |
size() |
clearExpire, expire, expireAt, expireAt, remainTimeToLive
org.reactivestreams.Publisher<V> iterator()
org.reactivestreams.Publisher<Boolean> retainAll(Collection<?> c)
org.reactivestreams.Publisher<Boolean> removeAll(Collection<?> c)
org.reactivestreams.Publisher<Boolean> containsAll(Collection<?> c)
org.reactivestreams.Publisher<Integer> size()
org.reactivestreams.Publisher<Integer> addAll(Collection<? extends V> c)
Copyright © 2014–2018 The Redisson Project. All rights reserved.