Class

catalysts.checklite

CheckLite

Related Doc: package checklite

Permalink

abstract class CheckLite extends Properties with SpecBase[Prop, Properties]

Linear Supertypes
SpecBase[Prop, Properties], Properties, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CheckLite
  2. SpecBase
  3. Properties
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CheckLite()

    Permalink

Type Members

  1. implicit class AnyOps2[A] extends AnyRef

    Permalink
    Definition Classes
    SpecBase
  2. implicit class AnyRefOps[A <: AnyRef] extends AnyRef

    Permalink
    Definition Classes
    SpecBase
  3. implicit class CheckLiteStringOps extends SpecBaseStringOps

    Permalink
  4. implicit class PropertyOps2 extends AnyRef

    Permalink
  5. sealed class PropertySpecifier extends AnyRef

    Permalink
    Definition Classes
    Properties
  6. abstract class SpecBaseStringOps extends AnyRef

    Permalink
    Definition Classes
    SpecBase

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. implicit def anyToProp(u: ⇒ Any): Prop

    Permalink
    Definition Classes
    SpecBase
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. implicit def booleanToProp(b: ⇒ Boolean): Prop

    Permalink
    Definition Classes
    CheckLite → SpecBase
  7. def check(x: ⇒ Boolean): Unit

    Permalink
    Definition Classes
    SpecBase
  8. def check(prms: Parameters): Unit

    Permalink
    Definition Classes
    Properties
  9. def checkAll(props: Properties): Seq[ListBuffer[(String, Prop)]]

    Permalink
  10. def checkAll(name: String, props: Properties): Seq[ListBuffer[(String, Prop)]]

    Permalink
  11. def clone(): AnyRef

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def fail(msg: String): Nothing

    Permalink
    Definition Classes
    SpecBase
  15. def finalize(): Unit

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

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

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

    Permalink
    Definition Classes
    Properties
  19. def include(ps: Properties): Unit

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

    Permalink
    Definition Classes
    Any
  21. def main(args: Array[String]): Unit

    Permalink
    Definition Classes
    Properties
  22. val name: String

    Permalink
    Definition Classes
    CheckLite → Properties
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  26. def overrideParameters(p: Parameters): Parameters

    Permalink
    Definition Classes
    Properties
  27. implicit def propToProp(p: ⇒ Prop): Prop

    Permalink
    Definition Classes
    SpecBase
  28. def properties: Seq[(String, Prop)]

    Permalink
    Definition Classes
    Properties
  29. lazy val property: PropertySpecifier

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

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

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

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

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

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

Inherited from SpecBase[Prop, Properties]

Inherited from Properties

Inherited from AnyRef

Inherited from Any

Ungrouped