public interface Reference<E> extends Publisher<E>, java.util.function.Supplier<E>, Visitable<E>
| Modifier and Type | Method and Description |
|---|---|
E |
get() |
default E |
getAndRemove() |
default E |
getAndSet(E e) |
default void |
publish(E e) |
void |
remove() |
void |
set(E e) |
registerSubscriberapply, apply, asyncUpdate, asyncUpdate, syncUpdate, syncUpdateCopyright © 2015. All rights reserved.