Function once

  • Operator that captures the first emitted value of a node. Useful if you want to execute a side effect only once.

    Type Parameters

    • I

    Returns Operator<I, I>

Generated using TypeDoc