CompositeKey

Companion:
class
class Object
trait Matchable
class Any

Type members

Classlikes

class CompositeCodec(separator: String) extends Codec[Iterable[String], String]

Value members

Concrete methods

def normalize(items: String, separator: String): List[String]
Value parameters:
items

non-normalized string with one or more items separated by separator

Returns:

individual values. Note that normalization does NOT ensure that the items are unique.