Package | Description |
---|---|
rx.subscriptions |
Modifier and Type | Method and Description |
---|---|
static CompositeSubscription |
Subscriptions.from(Subscription... subscriptions)
Converts a set of
Subscription s into a CompositeSubscription that groups the multiple
Subscriptions together and unsubscribes from all of them together. |
Copyright © 2015. All Rights Reserved.