subjectOf

fun <T> subjectOf(initialValue: T): SimpleInitializedSubject<T>

Deprecated

This feature has been deprecated. It is recommended to use Compose Multiplatform instead.

Creates a SimpleInitializedSubject with an initial value

Parameters

initialValue

The initial value of T.

Type Parameters

T

the type of value to expect.