Type of items emitted by the observable.
Function called with each emitted item. If it returns true
, the
item is emitted. Otherwise the item is discarded and no more items are
emitted.
Transform that emits some items from the original observable.
Generated using TypeDoc
Returns a
Transform
that emits items from the original observable untilf
returns false.