Package org.reactfx
Class BiSubscription
java.lang.Object
org.reactfx.BiSubscription
- 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
-
s1
-
s2
-
-
Constructor Details
-
BiSubscription
-
-
Method Details
-
unsubscribe
public void unsubscribe()- Specified by:
unsubscribe
in interfaceSubscription
-