Package org.reactfx
Class BiSubscription
- java.lang.Object
-
- org.reactfx.BiSubscription
-
- All Implemented Interfaces:
Subscription
class BiSubscription extends java.lang.Object implements Subscription
-
-
Field Summary
Fields Modifier and Type Field Description private Subscription
s1
private Subscription
s2
-
Fields inherited from interface org.reactfx.Subscription
EMPTY
-
-
Constructor Summary
Constructors Constructor Description BiSubscription(Subscription s1, Subscription s2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
unsubscribe()
-
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 Detail
-
s1
private final Subscription s1
-
s2
private final Subscription s2
-
-
Constructor Detail
-
BiSubscription
public BiSubscription(Subscription s1, Subscription s2)
-
-
Method Detail
-
unsubscribe
public void unsubscribe()
- Specified by:
unsubscribe
in interfaceSubscription
-
-