Package org.reactfx
Class EventStreams.ExclusivePocket<T>
- java.lang.Object
-
- org.reactfx.EventStreams.Pocket<T>
-
- org.reactfx.EventStreams.ExclusivePocket<T>
-
- Enclosing class:
- EventStreams
private static class EventStreams.ExclusivePocket<T> extends EventStreams.Pocket<T>
-
-
Constructor Summary
Constructors Modifier Constructor Description private
ExclusivePocket()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
set(T a)
-
Methods inherited from class org.reactfx.EventStreams.Pocket
clear, get, getAndClear, hasValue
-
-
-
-
Method Detail
-
set
public final void set(T a)
- Overrides:
set
in classEventStreams.Pocket<T>
-
-