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

not

open fun not(): Predicate<T>!

Returns a predicate that represents a logical negation of this predicate.

Return
Predicate<T>!: a predicate representing a logical negation of this predicate.