Level

case object Level
Companion
class
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Classlikes

case object DEFAULT extends Level
case object BEST_SPEED extends Level
case object BEST_COMPRESSION extends Level
case object NO_COMPRESSION extends Level
case object ZERO extends Level
case object ONE extends Level
case object TWO extends Level
case object THREE extends Level
case object FOUR extends Level
case object FIVE extends Level
case object SIX extends Level
case object SEVEN extends Level
case object EIGHT extends Level
case object NINE extends Level

Inherited types

type MirroredLabel <: String
The name of the type
Inhertied from
Mirror
type MirroredType = Singleton
Inhertied from
Singleton
type MirroredElemLabels = EmptyTuple
Inhertied from
Singleton
type MirroredMonoType = Singleton
Inhertied from
Singleton
type MirroredElemTypes = EmptyTuple
Inhertied from
Singleton

Value members

Inherited methods

def productElementNames: Iterator[String]
Inhertied from
Product
def productIterator: Iterator[Any]
Inhertied from
Product
def fromProduct(p: Product): MirroredMonoType
Inhertied from
Singleton