hashmap

cats.collections.arbitrary.package$.hashmap$
object hashmap extends ArbitraryHashMap

Attributes

Source:
package.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
hashmap.type

Members list

Concise view

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

Implicits

Inherited implicits

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