public class RxExecutionResult
extends java.lang.Object
implements graphql.ExecutionResult
| Constructor and Description |
|---|
RxExecutionResult(rx.Observable<?> data,
rx.Observable<java.util.List<graphql.GraphQLError>> errors) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getData() |
rx.Observable<?> |
getDataObservable() |
java.util.List<graphql.GraphQLError> |
getErrors() |
rx.Observable<java.util.List<graphql.GraphQLError>> |
getErrorsObservable() |
public RxExecutionResult(rx.Observable<?> data,
rx.Observable<java.util.List<graphql.GraphQLError>> errors)
public rx.Observable<?> getDataObservable()
public rx.Observable<java.util.List<graphql.GraphQLError>> getErrorsObservable()
public java.lang.Object getData()
getData in interface graphql.ExecutionResultpublic java.util.List<graphql.GraphQLError> getErrors()
getErrors in interface graphql.ExecutionResult