Type alias CombineFunction<V>

CombineFunction<V>: ((a, b) => V)

Type Parameters

  • V

Type declaration

    • (a, b): V
    • Handle combining of two values.

      Parameters

      • a: V

        a value

      • b: V

        another value

      Returns V

      combined value

Generated using TypeDoc