Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Transformer

Transformer interface. Only provides ".process(obj)" that returns an Observable with the new result (array will be flattend).

Hierarchy

  • Transformer

Index

Methods

Methods

process

  • process(object: any, context?: any): Observable<any>

Generated using TypeDoc