Interface Transformer<A, B>

A function mapping a Observable from one type to another.

interface Transformer<A, B> ((s) => Observable<B>)

Type Parameters

  • A
  • B

Generated using TypeDoc