Package org.reactfx
Class MultiSubscription
java.lang.Object
org.reactfx.MultiSubscription
- All Implemented Interfaces:
Subscription
-
Field Summary
FieldsFields inherited from interface org.reactfx.Subscription
EMPTY
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.reactfx.Subscription
and
-
Field Details
-
subscriptions
-
-
Constructor Details
-
MultiSubscription
-
-
Method Details
-
unsubscribe
public void unsubscribe()- Specified by:
unsubscribe
in interfaceSubscription
-