all

cats.collections.arbitrary.`package`.all
object all extends AllArbitrary

Attributes

Source
package.scala
Graph
Supertypes
trait AllArbitrary
trait ArbitraryMap
trait ArbitrarySet
class Object
trait Matchable
class Any
Show all
Self type
all.type

Members list

Value members

Inherited methods

def hashMapGen[K, V](implicit K: Arbitrary[K], V: Arbitrary[V], hash: Hash[K]): Gen[HashMap[K, V]]

Attributes

Inherited from:
ArbitraryHashMap
Source
ArbitraryHashMap.scala
def hashSetGen[A : Cogen]: Gen[HashSet[A]]

Attributes

Inherited from:
ArbitraryHashSet
Source
ArbitraryHashSet.scala
def mapGen[K : Arbitrary, A : Arbitrary]: Gen[AvlMap[K, A]]

Attributes

Inherited from:
ArbitraryMap
Source
ArbitraryMap.scala

Attributes

Inherited from:
ArbitraryPredicate
Source
ArbitraryPredicate.scala
def setGen[A : Arbitrary]: Gen[AvlSet[A]]

Attributes

Inherited from:
ArbitrarySet
Source
ArbitrarySet.scala

Implicits

Inherited implicits

implicit def cogenFoldable[F[_], A](implicit F: Foldable[F], A: Cogen[A]): Cogen[F[A]]

Attributes

Inherited from:
CogenInstances
Source
Cogen.scala
implicit def hashMapArbitrary[K : Arbitrary, V : Arbitrary]: Arbitrary[HashMap[K, V]]

Attributes

Inherited from:
ArbitraryHashMap
Source
ArbitraryHashMap.scala
implicit def hashMapCogen[K, V](implicit K: Cogen[K], V: Cogen[V]): Cogen[HashMap[K, V]]

Attributes

Inherited from:
ArbitraryHashMap
Source
ArbitraryHashMap.scala
implicit def hashSetArbitrary[A : Cogen]: Arbitrary[HashSet[A]]

Attributes

Inherited from:
ArbitraryHashSet
Source
ArbitraryHashSet.scala
implicit def hashSetCogen[A](implicit A: Cogen[A]): Cogen[HashSet[A]]

Attributes

Inherited from:
ArbitraryHashSet
Source
ArbitraryHashSet.scala
implicit def mapArbitrary[K : Order, A : Arbitrary]: Arbitrary[AvlMap[K, A]]

Attributes

Inherited from:
ArbitraryMap
Source
ArbitraryMap.scala
implicit def predicateArbitrary[A : Order]: Arbitrary[Predicate[A]]

Attributes

Inherited from:
ArbitraryPredicate
Source
ArbitraryPredicate.scala
implicit def setArbitrary[A : Order]: Arbitrary[AvlSet[A]]

Attributes

Inherited from:
ArbitrarySet
Source
ArbitrarySet.scala