Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PaginationStreamer<E, C>

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

constructor

Methods

search

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

Private searchInternal

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

Generated using TypeDoc