ComposableStateCallbackBuilder
class ComposableStateCallbackBuilder<T, R, U>(current: StateCallback<T, R, U>) : StateCallbackBuilder<T, U> , Buildable<StateCallback<T, R, *>>
Implementation of StateCallbackBuilder that recursively composes itself to build a StateCallback
Functions
Link copied to clipboard
Link copied to clipboard
open override fun <V> compose(stateCallback: StateCallback<T, U, V>): ComposableStateCallbackBuilder<T, R, V>
Compose the current state callback with the provided stateCallback.
Link copied to clipboard
Signals that the expectation should store its result using the given argument key.
Signals that the expectation should store its result using the given raw key.
Signals that the expectation should store its result using the given property.