Type alias Operator<In, Out>

Operator<In, Out>: ((source, realm) => NodeRef<Out>)

Type Parameters

  • In

    The type of values that the incoming node will emit.

  • Out

    The type of values that the resulting node will emit.

Type declaration

Generated using TypeDoc