Metaspace.Tuple.isNull()

Signature

boolean isNull (Object tuple, String key)

Domain

ACTION

Description

Returns true if the Object value at the specified key is null from the Tuple

Parameters

NameTypeDescription
tupleObjectTuple Object
keyStringObject key

Returns

TypeDescription
booleantrue if the Object value at the specified key is null from the Tuple

Cautions

none