matches

open override fun matches(input: DataObject): Boolean

Returns whether or not the this Matchable matches the given input.

Return

true if this Matchable matches, else false

Parameters

input

The value to evaluate against

Throws

when the matchable is invalid or cannot be evaluated.