abstract class Rules extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Rules
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Rules()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. implicit def ruleAnywhere[L <: Literal with Anywhere, To <: ValueClass]: ==>[L, To]
    Annotations
    @inline()
  16. implicit def ruleApply[From, To <: ValueClass](f: From)(implicit r: ==>[From, To]): ValueT[To]
    Annotations
    @inline()
  17. implicit def ruleBrStyle_L[L <: Literal with Literal.Typed.BrStyle]: <==[BrStyle, L]
    Annotations
    @inline()
  18. implicit def ruleBrWidth_1: <=<[BrWidth, Len]
    Annotations
    @inline()
  19. implicit def ruleBrWidth_2[L <: Literal with Literal.Typed.BrWidth]: <==[BrWidth, L]
    Annotations
    @inline()
  20. implicit def ruleChain[A, B <: ValueClass, C <: ValueClass](implicit ab: ==>[A, B], bc: >=>[B, C]): ==>[A, C]
    Annotations
    @inline()
  21. implicit def ruleInteger_I: <==[Integer, Int]
    Annotations
    @inline()
  22. implicit def ruleLenPctAuto_A: <==[LenPctAuto, auto.type]
    Annotations
    @inline()
  23. implicit def ruleLenPctAuto_L: <=<[LenPctAuto, Len]
    Annotations
    @inline()
  24. implicit def ruleLenPctAuto_LP: <=<[LenPctAuto, LenPct]
    Annotations
    @inline()
  25. implicit def ruleLenPctAuto_P: <=<[LenPctAuto, Pct]
    Annotations
    @inline()
  26. implicit def ruleLenPctNum_I: <==[LenPctNum, Int]
    Annotations
    @inline()
  27. implicit def ruleLenPctNum_L: <=<[LenPctNum, Len]
    Annotations
    @inline()
  28. implicit def ruleLenPctNum_LP: <=<[LenPctNum, LenPct]
    Annotations
    @inline()
  29. implicit def ruleLenPctNum_N: <=<[LenPctNum, Number]
    Annotations
    @inline()
  30. implicit def ruleLenPctNum_P: <=<[LenPctNum, Pct]
    Annotations
    @inline()
  31. implicit def ruleLenPct_L: <=<[LenPct, Len]
    Annotations
    @inline()
  32. implicit def ruleLenPct_P: <=<[LenPct, Pct]
    Annotations
    @inline()
  33. implicit def ruleLen_L[N]: <==[Len, Length[N]]
    Annotations
    @inline()
  34. implicit def ruleNumber_D: <==[Number, Double]
    Annotations
    @inline()
  35. implicit def ruleNumber_I: <==[Number, Int]
    Annotations
    @inline()
  36. implicit def ruleOverflowBehaviour[L <: Literal with Literal.Typed.OverflowBehaviour]: <==[OverflowBehaviour, L]
    Annotations
    @inline()
  37. implicit def rulePct_P[N]: <==[Pct, Percentage[N]]
    Annotations
    @inline()
  38. implicit def ruleRepeatStyle[L <: Literal with Literal.Typed.RepeatStyle]: <==[RepeatStyle, L]
    Annotations
    @inline()
  39. implicit def ruleTime_FD: <==[Time, FiniteDuration]
    Annotations
    @inline()
  40. implicit def ruleWidStyCol_C: <=<[WidStyCol, Color]
    Annotations
    @inline()
  41. implicit def ruleWidStyCol_L: <=<[WidStyCol, Len]
    Annotations
    @inline()
  42. implicit def ruleWidStyCol_P: <=<[WidStyCol, Pct]
    Annotations
    @inline()
  43. implicit def ruleWidStyCol_S: <=<[WidStyCol, BrStyle]
    Annotations
    @inline()
  44. implicit def ruleWidStyCol_W: <=<[WidStyCol, BrWidth]
    Annotations
    @inline()
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped