- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
-
Method Summary
Returns a new aggregate subscription whose
unsubscribe()
method calls
unsubscribe() on both this subscription and
other subscription.
Returns a new aggregate subscription whose
unsubscribe()
method calls
unsubscribe() on all arguments to this method.
void
-
-
Method Details
-
multi
Returns a new aggregate subscription whose
unsubscribe()
method calls
unsubscribe() on all arguments to this method.
-
unsubscribe
void unsubscribe()
-
and
Returns a new aggregate subscription whose
unsubscribe()
method calls
unsubscribe() on both this subscription and
other subscription.