docs / it.uniroma3.dbtree.spi / KeyParserGroupBy / bind

bind

abstract fun bind(x: List<Any>, y: List<Any>): K (source)

Returns a key K.

Parameters

x - the list of all element that represent the most significant part of the key.

y - the list of all element that represent the least significant part of the key.

Return
the corresponding key.