scalaz.scalacheck

ScalazArbitrary

object ScalazArbitrary

Instances of scalacheck.Arbitrary for many types in Scalaz.

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

Value Members

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

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

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

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

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

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

  7. implicit def Arbitrary_==>>[A, B](implicit o: Order[A], A: Arbitrary[A], B: Arbitrary[B]): Arbitrary[==>>[A, B]]

    Since

    7.1.0

  8. implicit def Arbitrary_ISet[A](implicit o: Order[A], A: Arbitrary[A]): Arbitrary[ISet[A]]

  9. implicit def Arbitrary_Maybe[A](implicit A: Arbitrary[A]): Arbitrary[Maybe[A]]

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

  11. implicit def BigIntMultiplicationArbitrary: Arbitrary[@@[BigInt, Multiplication]]

  12. implicit def BigIntegerMultiplicationArbitrary: Arbitrary[@@[BigInteger, Multiplication]]

  13. implicit def BooleanConjunctionArbitrary: Arbitrary[@@[Boolean, Conjunction]]

  14. implicit def ByteMultiplicationArbitrary: Arbitrary[@@[Byte, Multiplication]]

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

  16. implicit def CaseInsensitiveArbitrary[A](implicit A0: Arbitrary[A], A1: FoldCase[A]): Arbitrary[CaseInsensitive[A]]

  17. implicit def CharMultiplicationArbitrary: Arbitrary[@@[Char, Multiplication]]

  18. implicit def DigitArbitrary: Arbitrary[Digit]

  19. implicit def DisjunctionArbitrary[A, B](implicit a: Arbitrary[A], b: Arbitrary[B]): Arbitrary[\/[A, B]]

  20. implicit def DoubleMultiplicationArbitrary: Arbitrary[@@[Double, Multiplication]]

  21. implicit def EitherFirstLeftProjectionArbitrary[A, B](implicit a: Arbitrary[A], b: Arbitrary[B]): Arbitrary[@@[LeftProjection[A, B], First]]

  22. implicit def EitherFirstRightProjectionArbitrary[A, B](implicit a: Arbitrary[A], b: Arbitrary[B]): Arbitrary[@@[RightProjection[A, B], First]]

  23. implicit def EitherLastLeftProjectionArbitrary[A, B](implicit a: Arbitrary[A], b: Arbitrary[B]): Arbitrary[@@[LeftProjection[A, B], Last]]

  24. implicit def EitherLastRightProjectionArbitrary[A, B](implicit a: Arbitrary[A], b: Arbitrary[B]): Arbitrary[@@[RightProjection[A, B], Last]]

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

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

  27. implicit def EphemeralStreamArbitrary[A](implicit arg0: Arbitrary[A]): Arbitrary[EphemeralStream[A]]

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

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

  30. implicit def FirstMaybeArbitrary[A](implicit a: Arbitrary[A]): Arbitrary[@@[Maybe[A], First]]

  31. implicit def FirstOptionArbitrary[A](implicit a: Arbitrary[A]): Arbitrary[@@[Option[A], First]]

  32. implicit def FloatMultiplicationArbitrary: Arbitrary[@@[Float, Multiplication]]

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

  34. implicit def FutureArbitrary[A](implicit a: Arbitrary[A]): Arbitrary[Future[A]]

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

  36. implicit def IntMultiplicationArbitrary: Arbitrary[@@[Int, Multiplication]]

  37. implicit def IterableArbitrary[A](implicit a: Arbitrary[A]): Arbitrary[Iterable[A]]

  38. implicit def KleisliArbitrary[M[+_], A, B](implicit a: Arbitrary[(A) ⇒ M[B]]): Arbitrary[Kleisli[M, A, B]]

  39. implicit def LastMaybeArbitrary[A](implicit a: Arbitrary[A]): Arbitrary[@@[Maybe[A], Last]]

  40. implicit def LastOptionArbitrary[A](implicit a: Arbitrary[A]): Arbitrary[@@[Option[A], Last]]

  41. implicit def LongMultiplicationArbitrary: Arbitrary[@@[Long, Multiplication]]

  42. implicit def MaxMaybeArbitrary[A](implicit a: Arbitrary[A]): Arbitrary[MaxMaybe[A]]

  43. implicit def MaxOptionArbitrary[A](implicit a: Arbitrary[A]): Arbitrary[MaxOption[A]]

  44. implicit def MinMaybeArbitrary[A](implicit a: Arbitrary[A]): Arbitrary[MinMaybe[A]]

  45. implicit def MinOptionArbitrary[A](implicit a: Arbitrary[A]): Arbitrary[MinOption[A]]

  46. implicit def NameArbitrary[A](implicit fa: Arbitrary[A]): Arbitrary[Name[A]]

  47. implicit def NeedArbitrary[A](implicit fa: Arbitrary[A]): Arbitrary[Need[A]]

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

  49. implicit def NonEmptyListArbitrary[A](implicit arg0: Arbitrary[A]): Arbitrary[NonEmptyList[A]]

  50. implicit def OneAndArbitrary[F[_], A](implicit A: Arbitrary[A], FA: Arbitrary[F[A]]): Arbitrary[OneAnd[F, A]]

    Since

    7.0.3

  51. implicit def OneOrArbitrary[F[_], A](implicit A: Arbitrary[A], FA: Arbitrary[F[A]]): Arbitrary[OneOr[F, A]]

    Since

    7.0.3

  52. implicit def OrderingArbitrary: Arbitrary[Ordering]

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

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

  55. implicit def ShortMultiplicationArbitrary: Arbitrary[@@[Short, Multiplication]]

  56. implicit def TaskArbitrary[A](implicit arg0: Arbitrary[A]): Arbitrary[Task[A]]

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

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

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

  60. implicit def UnitArbitrary: Arbitrary[Unit]

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

  62. implicit def ValueArbitrary[A](implicit fa: Arbitrary[A]): Arbitrary[Value[A]]

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

  64. implicit def arbBigInt: Arbitrary[BigInt]

  65. implicit def arbBigInteger: Arbitrary[BigInteger]

  66. implicit def arbList[T](implicit a: Arbitrary[T]): Arbitrary[List[T]]

  67. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  68. implicit val attrArbitrary: Arbitrary[Attr]

  69. implicit val cdataArbitrary: Arbitrary[CData]

  70. implicit val cdataKindArbitrary: Arbitrary[CDataKind]

  71. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. implicit def constArbitrary[A, B](implicit A: Arbitrary[A]): Arbitrary[Const[A, B]]

  73. implicit val contentArbitrary: Arbitrary[Content]

  74. implicit val cursorArbitrary: Arbitrary[Cursor]

  75. implicit def dequeueArbitrary[A](implicit A: Arbitrary[List[A]]): Arbitrary[Dequeue[A]]

  76. implicit def dievArbitrary[A](implicit A: Arbitrary[List[A]], E: Enum[A]): Arbitrary[Diev[A]]

  77. implicit def dlistArbitrary[A](implicit A: Arbitrary[List[A]]): Arbitrary[DList[A]]

  78. implicit def eitherTArb[F[+_], A, B](implicit A: Arbitrary[F[\/[A, B]]]): Arbitrary[EitherT[F, A, B]]

  79. implicit val elementArbitrary: Arbitrary[Element]

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

    Definition Classes
    AnyRef
  81. def equals(arg0: Any): Boolean

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

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

    Definition Classes
    AnyRef → Any
  84. implicit val hCursorArbitrary: Arbitrary[HCursor]

  85. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  86. implicit def heapArbitrary[A](implicit O: Order[A], A: Arbitrary[List[A]]): Arbitrary[Heap[A]]

  87. implicit val historyArbitrary: Arbitrary[History]

  88. implicit def ilistArbitrary[A](implicit A: Arbitrary[List[A]]): Arbitrary[IList[A]]

  89. implicit def indexedStateTArb[F[+_], S1, S2, A](implicit A: Arbitrary[(S1) ⇒ F[(S2, A)]]): Arbitrary[IndexedStateT[F, S1, S2, A]]

  90. implicit def indexedStoreTArb[F[+_], I, A, B](implicit A: Arbitrary[(F[(A) ⇒ B], I)]): Arbitrary[IndexedStoreT[F, I, A, B]]

  91. implicit def insertionMapArbitrary[A, B](implicit A: Arbitrary[List[(A, B)]]): Arbitrary[InsertionMap[A, B]]

  92. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  93. implicit def iterateeInputArbitrary[A](implicit arg0: Arbitrary[A]): Arbitrary[iteratee.Input[A]]

  94. implicit def lazyEitherArb[F[_], A, B](implicit A: Arbitrary[A], B: Arbitrary[B]): Arbitrary[LazyEither[A, B]]

  95. implicit def lazyEitherTArb[F[+_], A, B](implicit A: Arbitrary[F[LazyEither[A, B]]]): Arbitrary[LazyEitherT[F, A, B]]

  96. implicit def lazyOptionArb[F[_], A](implicit A: Arbitrary[Option[A]]): Arbitrary[LazyOption[A]]

  97. implicit def lazyOptionTArb[F[+_], A](implicit A: Arbitrary[F[LazyOption[A]]]): Arbitrary[LazyOptionT[F, A]]

  98. implicit def lazyTuple2Arbitrary[A, B](implicit A: Arbitrary[A], B: Arbitrary[B]): Arbitrary[LazyTuple2[A, B]]

  99. implicit def lazyTuple3Arbitrary[A, B, C](implicit A: Arbitrary[A], B: Arbitrary[B], C: Arbitrary[C]): Arbitrary[LazyTuple3[A, B, C]]

  100. implicit def lazyTuple4Arbitrary[A, B, C, D](implicit A: Arbitrary[A], B: Arbitrary[B], C: Arbitrary[C], D: Arbitrary[D]): Arbitrary[LazyTuple4[A, B, C, D]]

  101. implicit def listTArb[F[+_], A](implicit FA: Arbitrary[F[List[A]]], F: Applicative[F]): Arbitrary[ListT[F, A]]

  102. implicit def maybeTArb[F[+_], A](implicit A: Arbitrary[F[Maybe[A]]]): Arbitrary[MaybeT[F, A]]

  103. implicit def monoidCoproductArbitrary[M, N](implicit arg0: Arbitrary[M], arg1: Arbitrary[N]): Arbitrary[:+:[M, N]]

  104. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  107. implicit val nsInfoArbitrary: Arbitrary[NSInfo]

  108. implicit val opArbitrary: Arbitrary[Op]

  109. implicit def optionTArb[F[+_], A](implicit A: Arbitrary[F[Option[A]]]): Arbitrary[OptionT[F, A]]

  110. implicit def predicateArbitrary[A](implicit P: Arbitrary[(A) ⇒ Boolean]): Arbitrary[Predicate[A]]

  111. implicit val qnameArbitrary: Arbitrary[QName]

  112. def smallListArb[A](implicit A: Arbitrary[A]): Arbitrary[List[A]]

  113. def stateTArb[F[+_], S, A](implicit A: Arbitrary[(S) ⇒ F[(S, A)]]): Arbitrary[StateT[F, S, A]]

  114. def storeTArb[F[+_], A, B](implicit A: Arbitrary[(F[(A) ⇒ B], A)]): Arbitrary[StoreT[F, A, B]]

  115. implicit def streamTArb[F[+_], A](implicit FA: Arbitrary[F[Stream[A]]], F: Applicative[F]): Arbitrary[StreamT[F, A]]

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

    Definition Classes
    AnyRef
  117. implicit val tagArbitrary: Arbitrary[xml.cursor.Tag]

  118. implicit def theseArb[A, B](implicit arg0: Arbitrary[A], arg1: Arbitrary[B]): Arbitrary[\&/[A, B]]

    Since

    7.0.3

  119. def toString(): String

    Definition Classes
    AnyRef → Any
  120. implicit val tokenArbitrary: Arbitrary[Token]

  121. implicit def unwriterTArb[F[+_], U, A](implicit A: Arbitrary[F[(U, A)]]): Arbitrary[UnwriterT[F, U, A]]

  122. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  125. implicit def writerTArb[F[+_], W, A](implicit A: Arbitrary[F[(W, A)]]): Arbitrary[WriterT[F, W, A]]

Deprecated Value Members

  1. implicit def bkTreeArbitrary[A](implicit A: MetricSpace[A], arb: Arbitrary[List[A]]): Arbitrary[BKTree[A]]

    Annotations
    @deprecated
    Deprecated

    (Since version 7.0.1) BKTree is deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped