Class RxUtils.DefFunc<T>

java.lang.Object
io.voucherify.client.utils.RxUtils.DefFunc<T>
All Implemented Interfaces:
java.util.concurrent.Callable<io.reactivex.Observable<T>>
Enclosing class:
RxUtils

public abstract static class RxUtils.DefFunc<T>
extends java.lang.Object
implements java.util.concurrent.Callable<io.reactivex.Observable<T>>
  • Constructor Summary

    Constructors 
    Constructor Description
    DefFunc()  
  • Method Summary

    Modifier and Type Method Description
    io.reactivex.Observable<T> call()  
    abstract T method()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • call

      public final io.reactivex.Observable<T> call()
      Specified by:
      call in interface java.util.concurrent.Callable<T>
    • method

      public abstract T method()