Type Alias Operator<In, Out>

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

An operator that transforms a node into another node, used in the Realm.pipe method.

Type Parameters

  • In

    The type of values that the incoming node will emit.

  • Out

    The type of values that the resulting node will emit.