sdk-common / com.tomtom.online.sdk.common.functional / Predicate / test

test

abstract fun test(value: T): Boolean

Evaluates this predicate on the given argument.

Parameters

value - T: the input argument.

Return
Boolean: true if the input argument matches the predicate, false otherwise.