repeat When
Returns an Observable that calls the handler when this Observable completes, subscribes to the returned Maybe, and resubscribes to this Observable when the Maybe succeeds with any value. If the returned Maybe completes then the returned Observable completes as well.
Please refer to the corresponding RxJava document.