Type Alias Distinct<T>

Distinct: 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.