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

isNull

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

Returns a predicate checking if given value is null.

Parameters

- type of the resulting Predicate.

Return
Predicate<T>!: instance of Predicate.