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 privatePocket()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclear()Tget()TgetAndClear()booleanhasValue()voidset(T value)
-