abstract fun bind(x: List<Any>, y: List<Any>): K
(source)
Returns a key K.
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.