metadata

var metadata: Any? = null

Optional information about the value. This is intended to support tooling (eg logging). It allows data about the original Observable to be kept and accessed later. For example, you could map a network request to just the data you need in the value, but your base layers could keep metadata about the request, like timing, for logging.

See also

com.airbnb.mvrx.MavericksViewModel