Class BlockingFlowableMostRecent<T>
- java.lang.Object
-
- io.reactivex.rxjava3.internal.operators.flowable.BlockingFlowableMostRecent<T>
-
- Type Parameters:
T
- the value type
- All Implemented Interfaces:
java.lang.Iterable<T>
public final class BlockingFlowableMostRecent<T> extends java.lang.Object implements java.lang.Iterable<T>
Returns an Iterable that always returns the item most recently emitted by an Observable, or a seed value if no item has yet been emitted.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description (package private) static class
BlockingFlowableMostRecent.MostRecentSubscriber<T>
-
Field Summary
Fields Modifier and Type Field Description (package private) T
initialValue
(package private) Flowable<T>
source
-
Constructor Summary
Constructors Constructor Description BlockingFlowableMostRecent(Flowable<T> source, T initialValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<T>
iterator()
-