GenSize

final case class GenSize(value: Int)

The default maximum size of dynamically-sized data.

Most significantly translates to collection and string length.

Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def map(f: Int => Int): GenSize

Inherited methods

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