asRx method

RxMap<K, V> asRx()

Convert a Map to RxMap.

Implementation

RxMap<K, V> asRx() => RxMap.of<K, V>(this);