Skip to content
aldonline edited this page Oct 16, 2014 · 5 revisions

radioactive.rx lets you expose an Rx.Observable as a radioactive expression and viceversa. Docs are coming. In the meantime check out the unit tests.

One way transformations

To Rx.Observable

radioactive.rx( expr: Function ) : Rx.Observable

From Rx.Observable

radioactive.rx( obs: Rx.Observable ) : Function

Roundtrip transformations

From Rx.Observable ( roundtrip )

radioactive.rx( obs: Rx.Observable, ( expr: Function ) => void ) : Rx.Observable

To Rx.Observable ( roundtrip )

radioactive.rx( expr: Function, ( obs: Rx.Observable ) => void ) : Function
Clone this wiki locally