apply

abstract fun apply(object: T): Boolean

Applies the predicate against an object.

Return

true if the predicate matches the object, otherwise false.

Parameters

object

The object.