Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Piper<T, U>

The return value from pipe.thru()

Type parameters

  • T

  • U

Hierarchy

  • Piper

Callable

  • __call(value: T): U
  • Transform a value with the pipeline

    Parameters

    • value: T

    Returns U

Index

Properties

Properties

thru

thru: function

Add another transformer

Type declaration

    • Type parameters

      • V

      Parameters

      • transformer: Unary<U, V>

      Returns Piper<T, V>

Generated using TypeDoc