Options
All
  • Public
  • Public/Protected
  • All
Menu

Utility helper that stream pages of searches into an Observable.

A streamer will help users to walk through searches without knowing the underlying pagination implementation.

Type parameters

Hierarchy

Index

Constructors

Methods

Constructors

constructor

Methods

search

  • search(criteria: C): Observable<E>

Private searchInternal

  • searchInternal(criteria: C, pageNumber: number): Observable<E>

Generated using TypeDoc