Class RxUtils

java.lang.Object
io.voucherify.client.utils.RxUtils

public final class RxUtils
extends java.lang.Object
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  RxUtils.DefFunc<T>  
  • Constructor Summary

    Constructors 
    Constructor Description
    RxUtils()  
  • Method Summary

    Modifier and Type Method Description
    static <R> io.reactivex.Observable<R> defer​(RxUtils.DefFunc<R> func)  
    static <R> VoucherifyCallback<R> subscribe​(java.util.concurrent.Executor executor, io.reactivex.Observable<R> observable, VoucherifyCallback<R> callback)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait