Package | Description |
---|---|
rx |
Rx Observables
|
Modifier and Type | Method and Description |
---|---|
Subscription |
Single.subscribe(SingleSubscriber<? super T> te)
Subscribes to a Single and provides a
SingleSubscriber that implements functions to handle the
item the Single emits or any error notification it issues. |
Copyright © 2015. All Rights Reserved.