public abstract class UnmarshallerOperator<T,B> extends Object implements rx.Observable.Operator<T,B>
Constructor and Description |
---|
UnmarshallerOperator(Class<T> mappedType) |
Modifier and Type | Method and Description |
---|---|
rx.Subscriber<? super B> |
call(rx.Subscriber<? super T> subscriber) |
abstract Buffer |
unwrap(B buffer) |
Copyright © 2015. All Rights Reserved.