|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--gumbo.util.Disposables
Nested Class Summary | |
static class |
Disposables.DisposableImm
A serializable immutable view wrapper for a target Disposable. |
static class |
Disposables.DisposableWrapper
A serializable wrapper for a target Disposable. |
Method Summary | |
static void |
disposeAll(java.util.Collection group)
Disposes a group of disposables. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static void disposeAll(java.util.Collection group)
group
- The group (Object). Ignores members that are not
Disposable. Never null.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |