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 GapStyle extends ValueClass

    Permalink
  12. trait GapStyleOps extends ZeroLit

    Permalink
  13. sealed trait Integer extends ValueClass

    Permalink
  14. sealed trait Len extends ValueClass

    Permalink
  15. sealed trait LenPct extends ValueClass

    Permalink
  16. sealed trait LenPctAuto extends ValueClass

    Permalink
  17. sealed trait LenPctNum extends ValueClass

    Permalink
  18. sealed trait Number extends ValueClass

    Permalink
  19. sealed trait OverflowBehaviour extends ValueClass

    Permalink
  20. trait OverflowBehaviourOps extends AnyRef

    Permalink
  21. sealed trait Pct extends ValueClass

    Permalink
  22. sealed trait RepeatStyle extends ValueClass

    Permalink
  23. trait RepeatStyleOps extends AnyRef

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

    Permalink
  25. abstract class Rules extends AnyRef

    Permalink
  26. sealed trait Time extends ValueClass

    Permalink
  27. abstract class TypedAttrBase extends AnyRef

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

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

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

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

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

    Permalink
  33. abstract class TypedAttr_BrStyle extends TypedAttrBase with BrStyleOps

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

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

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

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

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

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

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

    Permalink
  41. abstract class TypedAttr_Shape extends TypedAttrBase

    Permalink
  42. 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
  43. sealed trait WidStyCol extends ValueClass

    Permalink
  44. 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