Metaspace.Tuple.get()

Signature

Object get (Object tuple, String key)

Domain

ACTION

Description

Returns the object from the Tuple based on the key

Parameters

NameTypeDescription
tupleObjectTuple Object
keyStringObject key

Returns

TypeDescription
ObjectThe object from the Tuple based on the key

Cautions

none