implicit final class StreamStateMutableBuilder[Self <: StreamState] extends AnyVal
- Annotations
- @inline()
- Source
- StreamState.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StreamStateMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new StreamStateMutableBuilder(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 setLocalClose(value: Double): Self
- Annotations
- @inline()
- def setLocalCloseUndefined: Self
- Annotations
- @inline()
- def setLocalWindowSize(value: Double): Self
- Annotations
- @inline()
- def setLocalWindowSizeUndefined: Self
- Annotations
- @inline()
- def setRemoteClose(value: Double): Self
- Annotations
- @inline()
- def setRemoteCloseUndefined: Self
- Annotations
- @inline()
- def setState(value: Double): Self
- Annotations
- @inline()
- def setStateUndefined: Self
- Annotations
- @inline()
- def setSumDependencyWeight(value: Double): Self
- Annotations
- @inline()
- def setSumDependencyWeightUndefined: Self
- Annotations
- @inline()
- def setWeight(value: Double): Self
- Annotations
- @inline()
- def setWeightUndefined: Self
- Annotations
- @inline()
- def toString(): java.lang.String
- Definition Classes
- Any
- val x: Self