scalaz.scalacheck

ScalazArbitrary

object ScalazArbitrary extends AnyRef

Instances of scalacheck.Arbitrary for many types in Scalaz.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. ScalazArbitrary
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Type Members

  1. trait Duplicate [A] extends AnyRef

Value Members

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

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

    Attributes
    final
    Definition Classes
    Any
  6. implicit def AlphaArbitrary : Arbitrary[Alpha]

    Attributes
    implicit
  7. implicit def ArraySeqArbitrary [A] (implicit a: Arbitrary[A]): Arbitrary[ArraySeq[A]]

    Attributes
    implicit
  8. implicit def BigIntMultiplicationArbitrary : Arbitrary[BigIntMultiplication]

    Attributes
    implicit
  9. implicit def BigIntegerMultiplicationArbitrary : Arbitrary[BigIntegerMultiplication]

    Attributes
    implicit
  10. implicit def BooleanConjunctionArbitrary : Arbitrary[BooleanConjunction]

    Attributes
    implicit
  11. implicit def ByteMultiplicationArbitrary : Arbitrary[ByteMultiplication]

    Attributes
    implicit
  12. implicit def CallableArbitrary [A] (implicit a: Arbitrary[A]): Arbitrary[Callable[A]]

    Attributes
    implicit
  13. implicit def CharMultiplicationArbitrary : Arbitrary[CharMultiplication]

    Attributes
    implicit
  14. implicit def DigitArbitrary : Arbitrary[Digit]

    Attributes
    implicit
  15. implicit def DuplicateArbitrary [A] (implicit aa: Arbitrary[A]): Arbitrary[Duplicate[A]]

    An Arbitrary that calls the underlying generator twice with each random value, returning a pair of identically created values.

    An Arbitrary that calls the underlying generator twice with each random value, returning a pair of identically created values. This is useful to test that equality is not based on object identity.

    Attributes
    implicit
  16. implicit def EitherLeftProjectionArbitrary [A, B] (implicit a: Arbitrary[A], b: Arbitrary[B]): Arbitrary[LeftProjection[A, B]]

    Attributes
    implicit
  17. implicit def EitherRightProjectionArbitrary [A, B] (implicit a: Arbitrary[A], b: Arbitrary[B]): Arbitrary[RightProjection[A, B]]

    Attributes
    implicit
  18. implicit def FailProjectionArbitrary [A, B] (implicit a: Arbitrary[A], b: Arbitrary[B]): Arbitrary[FailProjection[A, B]]

    Attributes
    implicit
  19. implicit def FingerArbitrary [V, A] (implicit a: Arbitrary[A], measure: Reducer[A, V]): Arbitrary[Finger[V, A]]

    Attributes
    implicit
  20. implicit def FingerTreeArbitrary [V, A] (implicit a: Arbitrary[A], measure: Reducer[A, V]): Arbitrary[FingerTree[V, A]]

    Attributes
    implicit
  21. implicit def FirstOptionArbitrary [A] (implicit a: Arbitrary[A]): Arbitrary[FirstOption[A]]

    Attributes
    implicit
  22. implicit def Function0Arbitrary [A] (implicit a: Arbitrary[A]): Arbitrary[() ⇒ A]

    Attributes
    implicit
  23. implicit def IdentityArbitrary [A] (implicit a: Arbitrary[A]): Arbitrary[Identity[A]]

    Attributes
    implicit
  24. implicit def ImmutableArrayArbitrary [A] (implicit arg0: Arbitrary[A], arg1: ClassManifest[A]): Arbitrary[ImmutableArray[A]]

    Attributes
    implicit
  25. implicit def IntMultiplicationArbitrary : Arbitrary[IntMultiplication]

    Attributes
    implicit
  26. implicit def LastOptionArbitrary [A] (implicit a: Arbitrary[A]): Arbitrary[LastOption[A]]

    Attributes
    implicit
  27. implicit def LongMultiplicationArbitrary : Arbitrary[LongMultiplication]

    Attributes
    implicit
  28. implicit def NodeArbitrary [V, A] (implicit a: Arbitrary[A], measure: Reducer[A, V]): Arbitrary[Node[V, A]]

    Attributes
    implicit
  29. implicit def NonEmptyListArbitrary [A] (implicit a: Arbitrary[A]): Arbitrary[NonEmptyList[A]]

    Attributes
    implicit
  30. implicit def OrderingArbitrary : Arbitrary[Ordering]

    Attributes
    implicit
  31. implicit def PromiseArbitrary [A] (implicit a: Arbitrary[A], s: Strategy): Arbitrary[Promise[A]]

    Attributes
    implicit
  32. implicit def RopeArbitrary [A] (implicit arg0: Arbitrary[A], arg1: ClassManifest[A]): Arbitrary[Rope[A]]

    Attributes
    implicit
  33. implicit def ShortMultiplicationArbitrary : Arbitrary[ShortMultiplication]

    Attributes
    implicit
  34. implicit def TreeArbitrary [A] (implicit a: Arbitrary[A]): Arbitrary[Tree[A]]

    Attributes
    implicit
  35. implicit def TreeLocArbitrary [A] (implicit a: Arbitrary[A]): Arbitrary[TreeLoc[A]]

    Attributes
    implicit
  36. implicit def Tuple1Arbitrary [A] (implicit a: Arbitrary[A]): Arbitrary[(A)]

    Attributes
    implicit
  37. implicit def UnitArbitrary : Arbitrary[Unit]

    Attributes
    implicit
  38. implicit def ValidationArbitrary [A, B] (implicit a: Arbitrary[A], b: Arbitrary[B]): Arbitrary[Validation[A, B]]

    Attributes
    implicit
  39. implicit def ZipStreamArbitrary [A] (implicit a: Arbitrary[A]): Arbitrary[ZipStream[A]]

    Attributes
    implicit
  40. implicit def ZipperArbitrary [A] (implicit a: Arbitrary[A]): Arbitrary[Zipper[A]]

    Attributes
    implicit
  41. implicit def arbBigInt : Arbitrary[BigInt]

    Attributes
    implicit
  42. implicit def arbBigInteger : Arbitrary[BigInteger]

    Attributes
    implicit
  43. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  44. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  45. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  46. def equals (arg0: Any): Boolean

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  48. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  49. def hashCode (): Int

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  52. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  53. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  54. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  55. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any