CountOperator<T> extension
- on
-
- Observable<
T>
- Observable<
Methods
-
count(
) → Observable< int> -
Available on Observable<
Counts the number of emissions of this Observable and emits that number on completion.T> , provided by the CountOperator extension