implicit final class ZlibOptionsMutableBuilder[Self <: ZlibOptions] extends AnyVal
- Annotations
- @inline()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZlibOptionsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ZlibOptionsMutableBuilder(x: Self)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def setChunkSize(value: Double): Self
- Annotations
- @inline()
- def setChunkSizeUndefined: Self
- Annotations
- @inline()
- def setDictionary(value: |[ArrayBufferView, ArrayBuffer]): Self
- Annotations
- @inline()
- def setDictionaryUndefined: Self
- Annotations
- @inline()
- def setFinishFlush(value: Double): Self
- Annotations
- @inline()
- def setFinishFlushUndefined: Self
- Annotations
- @inline()
- def setFlush(value: Double): Self
- Annotations
- @inline()
- def setFlushUndefined: Self
- Annotations
- @inline()
- def setInfo(value: Boolean): Self
- Annotations
- @inline()
- def setInfoUndefined: Self
- Annotations
- @inline()
- def setLevel(value: Double): Self
- Annotations
- @inline()
- def setLevelUndefined: Self
- Annotations
- @inline()
- def setMaxOutputLength(value: Double): Self
- Annotations
- @inline()
- def setMaxOutputLengthUndefined: Self
- Annotations
- @inline()
- def setMemLevel(value: Double): Self
- Annotations
- @inline()
- def setMemLevelUndefined: Self
- Annotations
- @inline()
- def setStrategy(value: Double): Self
- Annotations
- @inline()
- def setStrategyUndefined: Self
- Annotations
- @inline()
- def setWindowBits(value: Double): Self
- Annotations
- @inline()
- def setWindowBitsUndefined: Self
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- Any
- val x: Self