firstOrComplete

Returns a Maybe that emits only the very first element emitted by the source Observable, or completes if the source Observable is empty.

Please refer to the corresponding RxJava document.