StreamOptionsMutableBuilder

@inline final class StreamOptionsMutableBuilder[Self <: StreamOptions[_], T](val x: Self & StreamOptions[T]) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

@inline
def setAutoDestroy(value: Boolean): Self
@inline
@inline
def setConstruct(value: ThisFunction1[T, Function1[UndefOr[Error | Null], Unit], Unit]): Self
@inline
@inline
def setDestroy(value: ThisFunction2[T, Error | Null, Function1[Error | Null, Unit], Unit]): Self
@inline
@inline
def setEmitClose(value: Boolean): Self
@inline
@inline
def setHighWaterMark(value: Double): Self
@inline
@inline
def setObjectMode(value: Boolean): Self
@inline

Concrete fields

val x: Self & StreamOptions[T]