Level

fs2.compression.DeflateParams$.Level
See theLevel companion object
sealed abstract class Level(val juzDeflaterLevel: Int)

Attributes

Companion:
object
Source:
DeflateParams.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BEST_COMPRESSION.type
object BEST_SPEED.type
object DEFAULT.type
object EIGHT.type
object FIVE.type
object FOUR.type
object NINE.type
object NO_COMPRESSION.type
object ONE.type
object SEVEN.type
object SIX.type
object THREE.type
object TWO.type
object ZERO.type

Members list

Concise view