Type alias CombineFunction<V>

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

Type Parameters

  • V

Type declaration

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

      Returns

      combined value

      Parameters

      • a: V

        a value

      • b: V

        another value

      Returns V

Generated using TypeDoc