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

isNotNull

static fun <T : Any!> isNotNull(): Predicate<T>!

Returns a predicate checking if given value is not null.

Parameters

- type of the resulting Predicate.

Return
Predicate<T>!: instance of Predicate.