matches

abstract fun matches(message: String): Boolean(source)

Evaluates whether the given message matches the criteria defined by the implementing class.

Return

true if the message matches the criteria, otherwise false.

Parameters

message

The message to evaluate against the matching criteria.