matches
infix fun <TModel : Any, TDependency> Action.Next<TModel, TDependency>.matches(block: NextAsserter<TModel, TDependency>.(next: Action.Next<TModel, TDependency>) -> Unit)
Assert the result of an action.
Receiver
Parameters
TModel
TDependency
block
infix inline fun <TModel : Any, TDependency> EmitAsserter<TModel, TDependency>.matches(crossinline block: EmitAsserter<TModel, TDependency>.() -> Unit)
Assert emitted actions by the Effect.
Receiver
Parameters
TModel
TDependency
block