| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectrx.operators.OperatorCast<T,R>
public class OperatorCast<T,R>
Converts the elements of an observable sequence to the specified type.
| Constructor Summary | |
|---|---|
| OperatorCast(java.lang.Class<R> castClass) | |
| Method Summary | |
|---|---|
|  Subscriber<? super T> | call(Subscriber<? super R> o) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public OperatorCast(java.lang.Class<R> castClass)
| Method Detail | 
|---|
public Subscriber<? super T> call(Subscriber<? super R> o)
call in interface Func1<Subscriber<? super R>,Subscriber<? super T>>| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||