Zhuinden / realm-monarchy

[ACTIVE-ISH] A wrapper over Realm which exposes it as LiveData, managing Realm lifecycle internally.
Apache License 2.0
88 stars 11 forks source link

Single object query with some form of Optional #4

Closed Zhuinden closed 6 years ago

Zhuinden commented 6 years ago

This would mean adding Copied, Managed and Mapped form for Single object.

Is this really necessary...?

I vote that this is responsibility of Transformations.map(liveData, Function) (see here), and not my scope.