{% if book.isPdf %}
{% else %}
{% endif %}
Prepends a sequence of values to an observable sequence with an optional scheduler and an argument list of values to prepend.
[scheduler]
(Scheduler
): Scheduler to execute the function.args
(arguments): Values to prepend to the observable sequence.
(Observable
): The source sequence prepended with the specified values.