public final class BlockingOperatorLatest extends Object
onError
or onCompleted
events.Modifier and Type | Method and Description |
---|---|
static <T> Iterable<T> |
latest(Observable<? extends T> source)
Returns an
Iterable that blocks until or unless the Observable emits an item that has not
been returned by the Iterable , then returns that item |
public static <T> Iterable<T> latest(Observable<? extends T> source)
Iterable
that blocks until or unless the Observable
emits an item that has not
been returned by the Iterable
, then returns that itemT
- the value typesource
- the source Observable
Iterable
that blocks until or unless the Observable
emits an item that has not
been returned by the Iterable
, then returns that itemCopyright © 2018. All rights reserved.