Type alias Distinct<T>

Distinct<T>: boolean | Comparator<T>

A type for the distinct parameter to the Cell and Signal constructors.

Type Parameters

  • T

    The type of values that the node emits.

Generated using TypeDoc