hasNoEffects

fun <M, F> hasNoEffects(): Matcher<First<M, F>>

Returns a matcher that matches First instances with no effects.

Parameters

M

the model type

F

the effect type