japgolly.nyaya

Prop

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. final def eq(arg0: AnyRef): Boolean

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

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

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

  17. def equals(arg0: Any): Boolean

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

  19. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  34. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. 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