com.netflix.utils
Class RxUtils

java.lang.Object
  extended by com.netflix.utils.RxUtils

public class RxUtils
extends java.lang.Object


Constructor Summary
RxUtils()
           
 
Method Summary
static
<T> T
getSingleValueWithRealErrorCause(rx.Observable<T> observable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RxUtils

public RxUtils()
Method Detail

getSingleValueWithRealErrorCause

public static <T> T getSingleValueWithRealErrorCause(rx.Observable<T> observable)
                                          throws java.lang.Exception
Throws:
java.lang.Exception