• Filter items emitted by the source Observable by only emitting those that are not null or undefined.

    Returns

    An Observable that emits items from the source Observable that are not null or undefined.

    Type Parameters

    • T

      The type of the value emitted by the source Observable.

    Returns OperatorFunction<T, NonNullable<T>>

Generated using TypeDoc