Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 604 Bytes

ofwithscheduler.md

File metadata and controls

14 lines (9 loc) · 604 Bytes

Converts arguments to an observable sequence, using an optional scheduler to enumerate the arguments.

Arguments

  1. [scheduler] (Scheduler): An optional scheduler used to enumerate the arguments.
  2. args (Arguments): A list of arguments to turn into an Observable sequence.

Returns

(Observable): The observable sequence whose elements are pulled from the given arguments.

Example