MapObservable

An observable that wraps another observable and applies a mapper function to its content.

Parameters

<T>

the type of the wrapped observable

<V>

the type of the mapped observable

See also

Functions

Link copied to clipboard
open fun get(): V
Link copied to clipboard
open fun observeChange(oldT: T, newT: T)
Called when the state is changed.