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: 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. implicit def AlphaArbitrary: Arbitrary[Alpha]

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

    Since

    7.1.0

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

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

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

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

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

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

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

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

  14. implicit def DigitArbitrary: Arbitrary[Digit]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Since

    7.0.3

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

    Since

    7.0.3

  43. implicit def OrderingArbitrary: Arbitrary[Ordering]

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

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

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

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

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

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

  50. implicit def UnitArbitrary: Arbitrary[Unit]

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

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

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

  54. implicit def arbBigInt: Arbitrary[BigInt]

  55. implicit def arbBigInteger: Arbitrary[BigInteger]

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

  57. final def asInstanceOf[T0]: T0

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

  59. implicit val cdataArbitrary: Arbitrary[CData]

  60. implicit val cdataKindArbitrary: Arbitrary[CDataKind]

  61. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  62. implicit val contentArbitrary: Arbitrary[Content]

  63. implicit val cursorArbitrary: Arbitrary[Cursor]

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

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

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

  67. implicit val elementArbitrary: Arbitrary[Element]

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

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

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

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

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

  73. def hashCode(): Int

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

  75. implicit val historyArbitrary: Arbitrary[History]

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

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

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

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

  80. final def isInstanceOf[T0]: Boolean

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

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

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

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

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

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

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

  88. 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]]

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

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

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

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

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

  94. implicit val opArbitrary: Arbitrary[Op]

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

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

  97. implicit val qnameArbitrary: Arbitrary[QName]

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

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

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

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

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

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

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

    Since

    7.0.3

  105. def toString(): String

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

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

  108. final def wait(): Unit

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

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

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