TakeOperator<T> extension

on

Methods

take([int count = 1]) Observable<T>
Emits the first count values before completing.