japgolly.nyaya

Prop

Related Doc: package nyaya

object Prop

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

Type Members

  1. final class AllPresentB[A] extends AnyVal

  2. final class BlacklistB[A] extends AnyVal

  3. final class EqualB[A] extends AnyVal

  4. final class WhitelistB[A] extends AnyVal

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

    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

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

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

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

    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

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

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

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

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

  14. final def eq(arg0: AnyRef): Boolean

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

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

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

  18. def equals(arg0: Any): Boolean

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

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

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

  22. def finalize(): Unit

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

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

  25. final def getClass(): Class[_]

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

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

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

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

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

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

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

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

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

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

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

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

  38. def toString(): String

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

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

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

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

    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