watchableValueOf

Return a new WatchableValue wrapping value.

fun <T> watchableValueOf(value: T): WatchableValue<T>