Type alias BiFunction<T, U, R>

BiFunction<T, U, R>: ((t, u) => R)

Type Parameters

  • T

  • U

  • R

Type declaration

    • (t, u): R
    • Parameters

      • t: T
      • u: U

      Returns R

Generated using TypeDoc