ArbitraryHashMap

cats.collections.arbitrary.ArbitraryHashMap

Attributes

Source
ArbitraryHashMap.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait AllArbitrary
object all.type
object hashmap.type

Members list

Value members

Concrete methods

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

Attributes

Source
ArbitraryHashMap.scala

Implicits

Implicits

implicit def hashMapArbitrary[K : Arbitrary, V : Arbitrary]: Arbitrary[HashMap[K, V]]

Attributes

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

Attributes

Source
ArbitraryHashMap.scala