Object/Class

scalacss.internal

ValueT

Related Docs: class ValueT | package internal

Permalink

object ValueT extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValueT
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type <=<[To <: ValueClass, From <: ValueClass] = Rule[ValueT[From], To]

    Permalink
  2. type <==[To <: ValueClass, From] = Rule[From, To]

    Permalink
  3. type ==>[From, To <: ValueClass] = Rule[From, To]

    Permalink
  4. type >=>[From <: ValueClass, To <: ValueClass] = Rule[ValueT[From], To]

    Permalink
  5. sealed trait BrStyle extends ValueClass

    Permalink
  6. trait BrStyleOps extends AnyRef

    Permalink
  7. sealed trait BrWidth extends ValueClass

    Permalink
  8. trait BrWidthOps extends ZeroLit

    Permalink
  9. sealed trait Color extends ValueClass

    Permalink
  10. trait ColourOps extends ColorOps[AV]

    Permalink
  11. sealed trait Integer extends ValueClass

    Permalink
  12. sealed trait Len extends ValueClass

    Permalink
  13. sealed trait LenPct extends ValueClass

    Permalink
  14. sealed trait LenPctAuto extends ValueClass

    Permalink
  15. sealed trait LenPctNum extends ValueClass

    Permalink
  16. sealed trait Number extends ValueClass

    Permalink
  17. sealed trait Pct extends ValueClass

    Permalink
  18. abstract class Rule[A, B <: ValueClass] extends AnyRef

    Permalink
  19. abstract class Rules extends AnyRef

    Permalink
  20. sealed trait Time extends ValueClass

    Permalink
  21. abstract class TypedAttrBase extends AnyRef

    Permalink
  22. abstract class TypedAttrT1[T <: ValueClass] extends TypedAttrBase

    Permalink
  23. abstract class TypedAttrT2[T <: ValueClass] extends TypedAttrBase

    Permalink
  24. abstract class TypedAttrT3[T <: ValueClass] extends TypedAttrBase

    Permalink
  25. abstract class TypedAttrT4Edges[T <: ValueClass] extends TypedAttrBase

    Permalink
  26. abstract class TypedAttrTN[T <: ValueClass] extends TypedAttrBase

    Permalink
  27. abstract class TypedAttr_BrStyle extends TypedAttrBase with BrStyleOps

    Permalink
  28. abstract class TypedAttr_BrWidth extends TypedAttrT1[BrWidth] with BrWidthOps

    Permalink
  29. abstract class TypedAttr_BrWidthStyleColour extends TypedAttrT3[WidStyCol] with BrWidthOps with BrStyleOps with ColourOps

    Permalink
  30. abstract class TypedAttr_Color extends TypedAttrT1[Color] with ColourOps

    Permalink
  31. abstract class TypedAttr_LenPctAuto extends TypedAttrT1[LenPctAuto] with ZeroLit

    Permalink
  32. abstract class TypedAttr_Length extends TypedAttrT1[LenPct] with ZeroLit

    Permalink
  33. abstract class TypedAttr_MaxLength extends TypedAttrT1[LenPct] with ZeroLit

    Permalink
  34. abstract class TypedAttr_MinLength extends TypedAttrT1[LenPct] with ZeroLit

    Permalink
  35. abstract class TypedAttr_Shape extends TypedAttrBase

    Permalink
  36. sealed trait ValueClass extends AnyRef

    Permalink

    Represented a context in which a finite set of types are valid.

    Represented a context in which a finite set of types are valid.

    Example:

    &lt;br-width&gt; = &lt;length&gt; | thin | medium | thick
  37. sealed trait WidStyCol extends ValueClass

    Permalink
  38. trait ZeroLit extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Rule

    Permalink
  5. object Rules extends Rules

    Permalink
  6. object TypedAttrBase

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def mkString(s: String): Value

    Permalink
  16. def mkStrings(a: String, sep: String, b: String): Value

    Permalink
    Annotations
    @inline()
  17. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  21. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped