final case class Data(integers: List[Int] = randomIntegers, booleans: List[Boolean] = randomBooleans, doubles: List[Double] = randomDoubles, floats: List[Float] = randomFloats, longs: List[Long] = randomLongs, chars: List[Char] = randomChars, strings: List[String] = randomStrings, bytes: List[Chunk[Byte]] = randomBytes) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Data
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Data(integers: List[Int] = randomIntegers, booleans: List[Boolean] = randomBooleans, doubles: List[Double] = randomDoubles, floats: List[Float] = randomFloats, longs: List[Long] = randomLongs, chars: List[Char] = randomChars, strings: List[String] = randomStrings, bytes: List[Chunk[Byte]] = randomBytes)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val booleans: List[Boolean]
- val bytes: List[Chunk[Byte]]
- val chars: List[Char]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val doubles: List[Double]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val floats: List[Float]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val integers: List[Int]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val longs: List[Long]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val strings: List[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )