书栈网 · BookStack 本次搜索耗时 0.021 秒,为您找到 578 个相关结果.
  • windowToggle

    windowToggle signature: windowToggle(openings: Observable, closingSelector: function(value): Observable): Observable Collect and emit observable of values from source between op...
  • every

    every signature: every(predicate: function, thisArg: any): Observable If all values pass predicate before completion emit true, else false. Examples Example 1: Some values false...
  • concatMapTo

    concatMapTo signature: concatMapTo(observable: Observable, resultSelector: function): Observable Subscribe to provided observable when previous completes, emit values. Examples ...
  • concatMapTo

    concatMapTo 签名: concatMapTo(observable: Observable, resultSelector: function): Observable 当前一个 observable 完成时订阅提供的 observable 并发出值。 示例 示例 1: 映射成基础的 observable (模拟请求) 示例 2: 使用 c...
  • multicast

    multicast 签名: multicast(selector: Function): Observable 使用提供 的 Subject 来共享源 observable 示例 示例 1: 使用标准的 Subject 进行 multicast 示例 2: 使用 ReplaySubject 进行 multicast 其他资源 multi...
  • takeUntil

    takeUntil 签名: takeUntil(notifier: Observable): Observable 发出值,直到提供的 observable 发出值,它便完成。 示例 示例 1: 取值直到 timer 发出 示例 2: 取前5个偶数 其他资源 takeUntil 签名: takeUntil(notifier: Obs...
  • reduce

    reduce signature: reduce(accumulator: function, seed: any): Observable Reduces the values from source observable to a single value that’s emitted when the source completes. Exam...
  • 介绍

    RxJS 5 ultimate 中文版 更新记录 RxJS 5 ultimate 中文版 原书地址: https://www.gitbook.com/book/chrisnoring/rxjs-5-ultimate/details 原书 GitHub 地址: https://github.com/softchris/Rxjs5-Ultim...
  • every

    every 签名: every(predicate: function, thisArg: any): Observable 如果完成时所有的值都能通过断言,那么发出 true,否则发出 false 。 示例 示例 1: 一些值不符合条件 示例 2: 所有值都符合条件 其他资源 every 签名: every(predicate: ...
  • Interceptors

    Interceptors Basics Execution context Call handler Aspect interception Binding interceptors Response mapping Exception mapping Stream overriding More operators Intercep...