CompositeKey

com.raquo.laminar.keys.CompositeKey
See theCompositeKey companion class
object CompositeKey

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

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

Attributes

Supertypes
trait Codec[Iterable[String], String]
class Object
trait Matchable
class Any

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Implicits
trait Laminar

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

Attributes

Returns

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