final class Factory extends AnyVal
- Self Type
- Factory
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Factory
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Factory(this: String)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def attr[A](default: Pat[A])(implicit arg0: Adjunct[A]): Attribute[A]
Creates an attribute with defaults (attribute may be absent).
- def attr[A](implicit arg0: Adjunct[A]): Attribute[A]
Creates an attribute without defaults (attribute must be present).
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val this: String
- def toString(): String
- Definition Classes
- Any