Type Alias Operator<S, T>

Operator<S, T>: ((source: S) => T)

A function that creates a new entity based on the source.

Type Parameters

  • S
  • T

Type declaration

    • (source): T
    • Parameters

      • source: S

        A source entity.

      Returns T

      The newly created entity.