invoke

abstract fun invoke(output: Output): Boolean(source)

Invokes the condition with the given output object and evaluates whether it satisfies the condition.

Return

true if the given output satisfies the condition, false otherwise.

Parameters

output

The output object to be evaluated against the condition.