org.typelevel.discipline

AllProperties

class AllProperties extends Properties

Linear Supertypes
Properties, Prop, Testable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. AllProperties
  2. Properties
  3. Prop
  4. Testable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AllProperties(name: String, bases: Seq[(String, RuleSet)], collectParentProps: ⇒ SortedMap[String, Prop])

Type Members

  1. class PropertySpecifier extends AnyRef

    Definition Classes
    Properties

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def &&(p: ⇒ Prop): Prop

    Definition Classes
    Prop
  5. def ++(p: ⇒ Prop): Prop

    Definition Classes
    Prop
  6. def :|(l: Symbol): Prop

    Definition Classes
    Prop
  7. def :|(l: String): Prop

    Definition Classes
    Prop
  8. def ==(p: ⇒ Prop): Prop

    Definition Classes
    Prop
  9. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  10. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  11. def ==>(p: ⇒ Prop): Prop

    Definition Classes
    Prop
  12. def apply(p: Parameters): Result

    Definition Classes
    Properties → Prop
  13. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  14. def check: Unit

    Definition Classes
    Properties → Prop
  15. def check(prms: Parameters): Unit

    Definition Classes
    Properties → Prop
  16. def check(paramFun: (Parameters) ⇒ Parameters): Unit

    Definition Classes
    Prop
  17. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. def combine(p: Prop)(f: (Result, Result) ⇒ Result): Prop

    Definition Classes
    Prop
  19. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def flatMap(f: (Result) ⇒ Prop): Prop

    Definition Classes
    Prop
  23. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  25. def include(ps: Properties, prefix: String): Unit

    Definition Classes
    Properties
  26. def include(ps: Properties): Unit

    Definition Classes
    Properties
  27. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  28. def label(l: String): Prop

    Definition Classes
    Prop
  29. def main(args: Array[String]): Unit

    Definition Classes
    Prop
  30. def mainCallsExit: Boolean

    Definition Classes
    Prop
  31. def mainRunner(args: Array[String]): Int

    Definition Classes
    Properties → Prop
  32. def map(f: (Result) ⇒ Result): Prop

    Definition Classes
    Prop
  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. def properties: Seq[(String, Prop)]

    Definition Classes
    Properties
  37. lazy val property: PropertySpecifier

    Definition Classes
    Properties
  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    Prop → AnyRef → Any
  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def |:(l: Symbol): Prop

    Definition Classes
    Prop
  44. def |:(l: String): Prop

    Definition Classes
    Prop
  45. def ||(p: ⇒ Prop): Prop

    Definition Classes
    Prop

Inherited from Properties

Inherited from Prop

Inherited from Testable

Inherited from AnyRef

Inherited from Any

Ungrouped