compose

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

Compose the current state callback with the provided stateCallback.