test

abstract fun test(arg: T): Boolean

Evaluates this predicate on the given argument.

Return

true if the input argument matches the predicate, otherwise false

Parameters

arg

the input argument