implicit final class DuplexOptionsMutableBuilder[Self <: DuplexOptions] extends AnyVal
- Annotations
- @inline()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DuplexOptionsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new DuplexOptionsMutableBuilder(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 setAllowHalfOpen(value: Boolean): Self
- Annotations
- @inline()
- def setAllowHalfOpenUndefined: Self
- Annotations
- @inline()
- def setConstruct(value: ThisFunction1[Duplex, Function1[UndefOr[|[Error, Null]], Unit], Unit]): Self
- Annotations
- @inline()
- def setConstructUndefined: Self
- Annotations
- @inline()
- 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 setDestroy(value: ThisFunction2[Duplex, |[Error, Null], Function1[|[Error, Null], Unit], Unit]): Self
- Annotations
- @inline()
- def setDestroyUndefined: Self
- Annotations
- @inline()
- def setFinal(value: ThisFunction1[|[Duplex, Writable], Function1[UndefOr[|[Error, Null]], Unit], Unit]): Self
- Annotations
- @inline()
- def setFinalUndefined: Self
- Annotations
- @inline()
- def setRead(value: ThisFunction1[Duplex, Double, Unit]): Self
- Annotations
- @inline()
- def setReadUndefined: Self
- Annotations
- @inline()
- def setReadableHighWaterMark(value: Double): Self
- Annotations
- @inline()
- def setReadableHighWaterMarkUndefined: Self
- Annotations
- @inline()
- def setReadableObjectMode(value: Boolean): Self
- Annotations
- @inline()
- def setReadableObjectModeUndefined: Self
- Annotations
- @inline()
- def setWritableCorked(value: Double): Self
- Annotations
- @inline()
- def setWritableCorkedUndefined: Self
- Annotations
- @inline()
- def setWritableHighWaterMark(value: Double): Self
- Annotations
- @inline()
- def setWritableHighWaterMarkUndefined: Self
- Annotations
- @inline()
- def setWritableObjectMode(value: Boolean): Self
- Annotations
- @inline()
- def setWritableObjectModeUndefined: Self
- Annotations
- @inline()
- def setWrite(value: ThisFunction3[|[Duplex, Writable], Any, BufferEncoding, Function1[UndefOr[|[Error, Null]], Unit], Unit]): Self
- Annotations
- @inline()
- def setWriteUndefined: Self
- Annotations
- @inline()
- def setWritev(value: ThisFunction2[|[Duplex, 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