V
- valuepublic interface RCollectionReactive<V> extends RExpirableReactive
Modifier and Type | Method and Description |
---|---|
org.reactivestreams.Publisher<Long> |
add(V e) |
org.reactivestreams.Publisher<Long> |
addAll(Collection<? extends V> c) |
org.reactivestreams.Publisher<Long> |
addAll(org.reactivestreams.Publisher<? extends V> c) |
org.reactivestreams.Publisher<Boolean> |
contains(Object o) |
org.reactivestreams.Publisher<Boolean> |
containsAll(Collection<?> c) |
org.reactivestreams.Publisher<V> |
iterator() |
org.reactivestreams.Publisher<Boolean> |
remove(Object o) |
org.reactivestreams.Publisher<Boolean> |
removeAll(Collection<?> c) |
org.reactivestreams.Publisher<Boolean> |
retainAll(Collection<?> c) |
org.reactivestreams.Publisher<Long> |
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<Long> size()
org.reactivestreams.Publisher<Long> addAll(Collection<? extends V> c)
Copyright © 2014–2017 The Redisson Project. All rights reserved.