const

inline fun <A> const(value: A): Behavior<A>(source)

Builds a behavior whose value remains constant for all times.