Function empty

  • Emits an empty iterable, without pulling any values from the source, i.e. it simply replaces the source iterable with an empty one.

    The operator doesn't change type of the previous iterable.

    Type Parameters

    • T

    Returns Operation<T, T>