Options
All
  • Public
  • Public/Protected
  • All
Menu

This interface is used to control the pipe.

Hierarchy

  • DataPipe

Index

Methods

  • Take all items from the source data set or data view, transform them as configured and update the target data set.

    Returns DataPipe

  • Start observing the source data set or data view, transforming the items and updating the target data set.

    remarks

    The current content of the source data set will be ignored. If you for example want to process all the items that are already there use: pipe.all().start().

    Returns DataPipe

  • Stop observing the source data set or data view, transforming the items and updating the target data set.

    Returns DataPipe

Generated using TypeDoc