Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 448 Bytes

File metadata and controls

9 lines (6 loc) · 448 Bytes

Matches when the observable sequence has an available value and projects the value.

Arguments

  1. selector (Function): A function that will be invoked for values in the source sequence.

Returns

(Plan): Plan that produces the projected values, to be fed (with other plans) to the when operator.