Package | Description |
---|---|
rx |
Rx Observables
|
Modifier and Type | Method and Description |
---|---|
static <T> Single<T> |
Single.create(Single.OnSubscribe<T> f)
Returns a Single that will execute the specified function when a
SingleSubscriber executes it or
a Subscriber subscribes to it. |
Constructor and Description |
---|
Single(Single.OnSubscribe<T> f)
Creates a Single with a Function to execute when it is subscribed to (executed).
|
Copyright © 2015. All Rights Reserved.