LockedCompositeKey

class LockedCompositeKey[Key, -El <: Base](val key: CompositeKey[Key, El], val items: List[String])

Laminar key specific to a particular set of CompositeAttr values

Laminar key specific to a particular set of CompositeAttr values

class Object
trait Matchable
class Any

Value members

Concrete methods

def :=(include: Boolean): Setter[El]
def <--(`$include`: Source[Boolean]): Binder[El]

If $include emits true, items will be added, if false, they will be removed.

If $include emits true, items will be added, if false, they will be removed.

@inline
def apply(include: Boolean): Setter[El]

Concrete fields

val items: List[String]
val key: CompositeKey[Key, El]