hasNothing

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

Returns a matcher that matches Next instances with no model and no effects.

Parameters

M

the model type

F

the effect type