Object

nyaya.prop

Prop_TempHack

Related Doc: package prop

Permalink

object Prop_TempHack

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

Type Members

  1. final class AllPresentB[A] extends AnyVal

    Permalink
  2. final class BlacklistB[A] extends AnyVal

    Permalink
  3. final class EqualB[A] extends AnyVal

    Permalink
  4. final class WhitelistB[A] extends AnyVal

    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. def allPresent[A](name: String): AllPresentB[A]

    Permalink

    Test that all (A's) Bs are present in A's Cs.

    Test that all (A's) Bs are present in A's Cs.

    Annotations
    @inline()
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def assert[A](l: ⇒ Prop[A])(a: ⇒ A): Unit

    Permalink
    Annotations
    @elidable( elidable.ASSERTION )
  7. def atom[A](name: ⇒ String, t: (A) ⇒ FailureReasonO): Prop[A]

    Permalink
  8. def blacklist[A](name: String): BlacklistB[A]

    Permalink

    Test that none of A's Cs are on a blacklist.

    Test that none of A's Cs are on a blacklist.

    Annotations
    @inline()
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def distinct[A](name: ⇒ String): Prop[GenTraversable[A]]

    Permalink
  11. def distinct[A, B](name: ⇒ String, f: (A) ⇒ GenTraversable[B]): Prop[A]

    Permalink
  12. def distinctC[C[_], A](name: ⇒ String)(implicit ev: <:<[C[A], GenTraversable[A]]): Prop[C[A]]

    Permalink
  13. def distinctI[A, B](name: ⇒ String, f: (A) ⇒ Iterator[B]): Prop[A]

    Permalink
  14. def either[A, B](name: ⇒ String, f: (A) ⇒ \/[String, B])(p: Prop[B]): Prop[A]

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equal[A](name: ⇒ String): EqualB[A]

    Permalink
  17. def equal[A, B](name: ⇒ String, actual: (A) ⇒ B, expect: (A) ⇒ B)(implicit arg0: Equal[B]): Prop[A]

    Permalink
  18. def equalSelf[A](name: ⇒ String, f: (A) ⇒ A)(implicit arg0: Equal[A]): Prop[A]

    Permalink
  19. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  20. def eval[A](q: (A) ⇒ EvalL): Prop[A]

    Permalink
  21. def evaln[A](name: ⇒ String, q: (A) ⇒ EvalL): Prop[A]

    Permalink
  22. def fail[A](name: ⇒ String, reason: String): Prop[A]

    Permalink
  23. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  24. def forall[A, F[_], B](f: (A) ⇒ F[B])(prop: (A) ⇒ Prop[B])(implicit arg0: Foldable[F]): Prop[A]

    Permalink
  25. def forallS[A, F[_], B, C](f: (A) ⇒ F[B])(prop: (A) ⇒ Prop[C])(implicit arg0: Foldable[F], ev: <:<[B, C]): Prop[A]

    Permalink
  26. final def getClass(): Class[_]

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

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

    Permalink
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  32. def pass[A](name: String = "Pass"): Prop[A]

    Permalink
  33. def reason(b: Boolean, r: ⇒ String): FailureReasonO

    Permalink
  34. def reasonBool(b: Boolean, input: ⇒ Any): FailureReasonO

    Permalink
  35. def reasonEq[A](a: A, e: A)(implicit arg0: Equal[A]): FailureReasonO

    Permalink
  36. def run[A](l: Prop[A])(a: A): Eval

    Permalink
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  38. def test[A](name: ⇒ String, t: (A) ⇒ Boolean): Prop[A]

    Permalink
  39. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def whitelist[A](name: String): WhitelistB[A]

    Permalink

    Test that all of A's Cs are on a whitelist.

    Test that all of A's Cs are on a whitelist.

    Annotations
    @inline()

Inherited from AnyRef

Inherited from Any

Ungrouped