compose

open override fun <V> compose(stateCallback: StateCallback<T, U, V>): ComposableStateCallbackBuilder<T, R, V>

Compose the current state callback with the provided stateCallback.