Metaspace.Tuple.getBoolean()

Signature

boolean getBoolean (Object tuple, String key)

Domain

ACTION

Description

Returns the Boolean object based on the specified key from the Tuple

Parameters

NameTypeDescription
tupleObjectTuple Object
keyStringObject key

Returns

TypeDescription
booleanThe Boolean object based on the specified key from the Tuple

Cautions

none