DslAttrT

final class DslAttrT(self: TypedAttrBase) extends AnyVal

Typed attributes

class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def :=!(value: Value): AV
def :=!(value: ValueT[_]): AV
def :=!(value: Literal): AV

Deprecated methods

@deprecated("Using := bypasses the type-safety of a typed attribute. Use the attribute\'s methods for type-safety, or :=! to bypass without warning.", "always") @inline
def :=(value: Value): AV
Deprecated
@deprecated("Using := bypasses the type-safety of a typed attribute. Use the attribute\'s methods for type-safety, or :=! to bypass without warning.", "always") @inline
def :=(value: ValueT[_]): AV
Deprecated
@deprecated("Using := bypasses the type-safety of a typed attribute. Use the attribute\'s methods for type-safety, or :=! to bypass without warning.", "always") @inline
def :=(value: Literal): AV
Deprecated