hashset

cats.collections.arbitrary.`package`.hashset
object hashset extends ArbitraryHashSet

Attributes

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

Members list

Value members

Inherited methods

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

Attributes

Inherited from:
ArbitraryHashSet
Source
ArbitraryHashSet.scala

Implicits

Inherited implicits

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