Metaspace.Tuple.exists()

Signature

boolean exists (Object tuple, String key)

Domain

ACTION

Description

Returns true if the parameter key exists in the Tuple

Parameters

NameTypeDescription
tupleObjectTuple Object
keyStringObject key

Returns

TypeDescription
booleantrue if the parameter key exists in the Tuple

Cautions

none