MaximalArbitrarySupport

pl.iterators.kebs.scalacheck.MaximalArbitrarySupport
See theMaximalArbitrarySupport companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Implicits

Inherited implicits

implicit def nonEmptyArray[T : ClassTag]: Arbitrary[Array[T]]

Attributes

Inherited from:
MaximalArbitrarySupport
implicit def nonEmptyList[T : Arbitrary]: Arbitrary[List[T]]

Attributes

Inherited from:
MaximalArbitrarySupport
implicit def nonEmptyMap[T : Arbitrary, U : Arbitrary]: Arbitrary[Map[T, U]]

Attributes

Inherited from:
MaximalArbitrarySupport
implicit def nonEmptySeq[T : Arbitrary]: Arbitrary[Seq[T]]

Attributes

Inherited from:
MaximalArbitrarySupport
implicit def nonEmptySet[T : Arbitrary]: Arbitrary[Set[T]]

Attributes

Inherited from:
MaximalArbitrarySupport
implicit def nonEmptyVector[T : Arbitrary]: Arbitrary[Vector[T]]

Attributes

Inherited from:
MaximalArbitrarySupport
implicit def someOption[T : Arbitrary]: Arbitrary[Option[T]]

Attributes

Inherited from:
MaximalArbitrarySupport