implicit final class WritableOptionsMutableBuilder[Self <: WritableOptions] extends AnyVal
- Annotations
- @inline()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- WritableOptionsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new WritableOptionsMutableBuilder(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 setDecodeStrings(value: Boolean): Self
- Annotations
- @inline()
- def setDecodeStringsUndefined: Self
- Annotations
- @inline()
- def setDefaultEncoding(value: BufferEncoding): Self
- Annotations
- @inline()
- def setDefaultEncodingUndefined: Self
- Annotations
- @inline()
- def setFinal(value: ThisFunction1[Writable, Function1[UndefOr[|[Error, Null]], Unit], Unit]): Self
- Annotations
- @inline()
- def setFinalUndefined: Self
- Annotations
- @inline()
- def setWrite(value: ThisFunction3[Writable, Any, BufferEncoding, Function1[UndefOr[|[Error, Null]], Unit], Unit]): Self
- Annotations
- @inline()
- def setWriteUndefined: Self
- Annotations
- @inline()
- def setWritev(value: ThisFunction2[Writable, Array[Chunk], Function1[UndefOr[|[Error, Null]], Unit], Unit]): Self
- Annotations
- @inline()
- def setWritevUndefined: Self
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- Any
- val x: Self