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

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 EitherLeftProjectionArbitrary [A, B] (implicit a: Arbitrary[A], b: Arbitrary[B]): Arbitrary[LeftProjection[A, B]]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    implicit
  42. def asInstanceOf [T0] : T0

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  48. def hashCode (): Int

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

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

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any