DuplexOptionsMutableBuilder

@inline final class DuplexOptionsMutableBuilder[Self <: DuplexOptions](val x: Self) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

@inline
def setAllowHalfOpen(value: Boolean): Self
@inline
@inline
def setConstruct(value: ThisFunction1[Duplex, Function1[UndefOr[Error | Null], Unit], Unit]): Self
@inline
@inline
def setDecodeStrings(value: Boolean): Self
@inline
@inline
@inline
@inline
def setDestroy(value: ThisFunction2[Duplex, Error | Null, Function1[Error | Null, Unit], Unit]): Self
@inline
@inline
def setFinal(value: ThisFunction1[Duplex | Writable, Function1[UndefOr[Error | Null], Unit], Unit]): Self
@inline
@inline
def setRead(value: ThisFunction1[Duplex, Double, Unit]): Self
@inline
def setReadUndefined: Self
@inline
def setReadableHighWaterMark(value: Double): Self
@inline
def setReadableObjectMode(value: Boolean): Self
@inline
def setWritableCorked(value: Double): Self
@inline
@inline
def setWritableHighWaterMark(value: Double): Self
@inline
def setWritableObjectMode(value: Boolean): Self
@inline
def setWrite(value: ThisFunction3[Duplex | Writable, Any, BufferEncoding, Function1[UndefOr[Error | Null], Unit], Unit]): Self
@inline
@inline
def setWritev(value: ThisFunction2[Duplex | Writable, Array[Chunk], Function1[UndefOr[Error | Null], Unit], Unit]): Self
@inline

Concrete fields

val x: Self