{% if book.isPdf %}
{% else %}
{% endif %}
Repeats source as long as condition holds emulating a do while loop.
condition
(Function
): The condition which determines if the source will be repeated.
(Observable
): An observable sequence whose observers trigger an invocation of the given observable factory function.