TakeLastOperator<T> extension

on

Methods

takeLast([int count = 1]) Observable<T>
Emits the last count values emitted by the source.