FromObsLike gets a value and returns an observable. Special cases:
Observable
string
Array
treatArraysAsValues
ObservableInput
true
Something to turn into an observable
Generated using TypeDoc
FromObsLike gets a value and returns an observable. Special cases:
Observable
it is returned as is.string
it will emits thestring
as a whole.Array
it will emit theArray
as a whole or not depending on thetreatArraysAsValues
parameter.ObservableInput
it will emit the unwrapped value.Default
true
Returns
Observable