Returns an RxJS operator to filter out null and undefined items from the source Observable.
null
undefined
a function that transforms the source Observable
Generated using TypeDoc
Returns an RxJS operator to filter out
null
andundefined
items from the source Observable.