Skip to content

Instantly share code, notes, and snippets.

import rx.Observable
import rx.Scheduler
import java.util.concurrent.TimeUnit
/**
* Created by nsv on 27.01.17.
*/
class RxOptional<T> private constructor(private val mObservable: Observable<T>) {
val isPresent: RxOptional<Boolean>