sdk-common / com.tomtom.online.sdk.common.functional / Predicates / isNot

isNot

static fun <T : Any!> isNot(@NonNull value: T): Predicate<T>!

Returns a predicate checking if the given value is not the same as passed one.

Parameters

value - T: resulting predicate will check everything passed to it against this value.

- type of the resulting Predicate.

Return
Predicate<T>!: instance of Predicate.