public final class OnSubscribeFromIterable<T> extends Objectimplements Observable .OnSubscribe <T>
Iterable sequence into an
Observable.
You can convert any object that supports the Iterable interface into an Observable that emits each item in the object, with the toObservable operation.
| Constructor and Description |
|---|
OnSubscribeFromIterable(Iterable
|
public void call(Subscriber<? super T> o)