@Singleton @Requires(classes=io.reactivex.Flowable.class) @Internal public class RxReactiveClientResultTransformer extends Object implements ReactiveClientResultTransformer
Maybe to handle NOT_FOUND results.| Constructor and Description | 
|---|
| RxReactiveClientResultTransformer() | 
| Modifier and Type | Method and Description | 
|---|---|
| Object | transform(Object publisherResult)Transform the publisher result. | 
public Object transform(Object publisherResult)
ReactiveClientResultTransformertransform in interface ReactiveClientResultTransformerpublisherResult - The publisher result that is an object that conforms to
                        Publishers.isConvertibleToPublisher(Class)