compose

abstract fun <U> compose(stateCallback: StateCallback<T, R, U>): StateCallbackBuilder<T, U>

Compose the current state callback with the provided stateCallback.