hasNoModel

fun <M, F> hasNoModel(): Matcher<Next<M, F>>

Returns a matcher that matches Next instances without a model.

Parameters

M

the model type

F

the effect type