Property

final case
class Property(f: (Int, Rand) => (Rand, Result))
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def check(param: Param, cancel: () => Boolean, listener: Int => Unit): CheckResult
def gen: Gen[Result]
def ignore(reason: String): Property
def mapSize(g: Int => Int): Property
def resize(size: Int): Property
def toProperties[A](id: A, param: Endo[Param]): Properties[A]

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product