Skip to content

elementAt()

Emits the value at zero-based emission index index, then completes.

Signature

ts
function elementAt<A>(index: number): StoreOperator<A, A | undefined>

Parameters

ParameterTypeDescription
indexnumberWhich DATA emission to capture (0 = first).

Returns

StoreOperator&lt;A, A | undefined&gt; — Tier 1.

Released under the MIT License.