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:
Observableit is returned as is.stringit will emits thestringas a whole.Arrayit will emit theArrayas a whole or not depending on thetreatArraysAsValuesparameter.ObservableInputit will emit the unwrapped value.Default
true
Returns
Observable