ArbitraryHashSet

cats.collections.arbitrary.ArbitraryHashSet

Attributes

Source:
ArbitraryHashSet.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object all.type
object hashset.type

Members list

Concise view

Value members

Concrete methods

def hashSetGen[A : Cogen]: Gen[HashSet[A]]

Attributes

Source:
ArbitraryHashSet.scala

Implicits

Implicits

implicit def hashSetArbitrary[A : Cogen]: Arbitrary[HashSet[A]]

Attributes

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

Attributes

Source:
ArbitraryHashSet.scala