Level

fs2.compression.DeflateParams$.Level$
See theLevel companion class
case object Level

Attributes

Companion
class
Source
DeflateParams.scala
Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
Level.type

Members list

Type members

Classlikes

case object BEST_COMPRESSION extends Level

Attributes

Source
DeflateParams.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Level
class Object
trait Matchable
class Any
Show all
Self type
case object BEST_SPEED extends Level

Attributes

Source
DeflateParams.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Level
class Object
trait Matchable
class Any
Show all
Self type
BEST_SPEED.type
case object DEFAULT extends Level

Attributes

Source
DeflateParams.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Level
class Object
trait Matchable
class Any
Show all
Self type
DEFAULT.type
case object EIGHT extends Level

Attributes

Source
DeflateParams.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Level
class Object
trait Matchable
class Any
Show all
Self type
EIGHT.type
case object FIVE extends Level

Attributes

Source
DeflateParams.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Level
class Object
trait Matchable
class Any
Show all
Self type
FIVE.type
case object FOUR extends Level

Attributes

Source
DeflateParams.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Level
class Object
trait Matchable
class Any
Show all
Self type
FOUR.type
case object NINE extends Level

Attributes

Source
DeflateParams.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Level
class Object
trait Matchable
class Any
Show all
Self type
NINE.type
case object NO_COMPRESSION extends Level

Attributes

Source
DeflateParams.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Level
class Object
trait Matchable
class Any
Show all
Self type
case object ONE extends Level

Attributes

Source
DeflateParams.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Level
class Object
trait Matchable
class Any
Show all
Self type
ONE.type
case object SEVEN extends Level

Attributes

Source
DeflateParams.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Level
class Object
trait Matchable
class Any
Show all
Self type
SEVEN.type
case object SIX extends Level

Attributes

Source
DeflateParams.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Level
class Object
trait Matchable
class Any
Show all
Self type
SIX.type
case object THREE extends Level

Attributes

Source
DeflateParams.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Level
class Object
trait Matchable
class Any
Show all
Self type
THREE.type
case object TWO extends Level

Attributes

Source
DeflateParams.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Level
class Object
trait Matchable
class Any
Show all
Self type
TWO.type
case object ZERO extends Level

Attributes

Source
DeflateParams.scala
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Level
class Object
trait Matchable
class Any
Show all
Self type
ZERO.type

Inherited types

type MirroredElemLabels = EmptyTuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredElemTypes = EmptyTuple

Attributes

Inherited from:
Singleton
Source
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source
Mirror.scala
type MirroredMonoType = Singleton.this.type

The mirrored *-type

The mirrored *-type

Attributes

Inherited from:
Singleton
Source
Mirror.scala
type MirroredType = Singleton.this.type

Attributes

Inherited from:
Singleton
Source
Mirror.scala

Value members

Inherited methods

def fromProduct(p: Product): MirroredMonoType

Create a new instance of type T with elements taken from product p.

Create a new instance of type T with elements taken from product p.

Attributes

Inherited from:
Singleton
Source
Mirror.scala

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product