RxAction<R> typedef

RxAction<R> = R Function()

An rx action to run in an rx zone

Implementation

typedef RxAction<R> = R Function();