MaximalArbitrarySupport

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

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Implicits

Implicits

implicit def nonEmptyArray[T : ClassTag]: Arbitrary[Array[T]]
implicit def nonEmptyList[T : Arbitrary]: Arbitrary[List[T]]
implicit def nonEmptyMap[T : Arbitrary, U : Arbitrary]: Arbitrary[Map[T, U]]
implicit def nonEmptySeq[T : Arbitrary]: Arbitrary[Seq[T]]
implicit def nonEmptySet[T : Arbitrary]: Arbitrary[Set[T]]
implicit def nonEmptyVector[T : Arbitrary]: Arbitrary[Vector[T]]
implicit def someOption[T : Arbitrary]: Arbitrary[Option[T]]