Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Composer<T, R>

Type parameters

  • T

  • R

Hierarchy

  • Composer

Index

Methods

Accessors

Methods

  • next<V>(anotherFn: (r: R) => V): Composer<T, V>
  • Type parameters

    • V

    Parameters

    • anotherFn: (r: R) => V
        • (r: R): V
        • Parameters

          • r: R

          Returns V

    Returns Composer<T, V>

Accessors

  • get fn(): (t: T) => R
  • Returns (t: T) => R

      • (t: T): R
      • Parameters

        • t: T

        Returns R

Generated using TypeDoc