Package org.reactfx
Class EventStreams.Pocket<T>
- java.lang.Object
-
- org.reactfx.EventStreams.Pocket<T>
-
- Direct Known Subclasses:
EventStreams.ExclusivePocket
- Enclosing class:
- EventStreams
private static class EventStreams.Pocket<T> extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
Pocket()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
clear()
T
get()
T
getAndClear()
boolean
hasValue()
void
set(T value)
-