Returns a Transform that emits the first n items from the original observable.
Transform
n
Type of items emitted by the observable.
Maximum number of items to emit.
Transform that emits some items from the original observable.
Generated using TypeDoc
Returns a
Transform
that emits the firstn
items from the original observable.