invoke

open operator override fun invoke(p1: T): Boolean

Tests the given value against the predicate value using the operation.

Note that value is always the left-hand side of the comparison, whereas the runtime-supplied value is always the right-hand side of the operation.