negate

fun negate(scopeFunction: EventScope<T>.() -> Unit): EventScope<T>

Negates the condition defined in the provided scopeFunction.

Return

The updated EventScope instance.

Parameters

scopeFunction

The scope function to negate.