implicit final class FileReadOptionsMutableBuilder[Self <: FileReadOptions[_], T] extends AnyVal
- Annotations
- @inline()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- FileReadOptionsMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new FileReadOptionsMutableBuilder(x: Self with FileReadOptions[T])
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 setBuffer(value: T): Self
- Annotations
- @inline()
- def setBufferUndefined: Self
- Annotations
- @inline()
- def setLength(value: Double): Self
- Annotations
- @inline()
- def setLengthNull: Self
- Annotations
- @inline()
- def setLengthUndefined: Self
- Annotations
- @inline()
- def setOffset(value: Double): Self
- Annotations
- @inline()
- def setOffsetNull: Self
- Annotations
- @inline()
- def setOffsetUndefined: Self
- Annotations
- @inline()
- def setPosition(value: Double): Self
- Annotations
- @inline()
- def setPositionNull: Self
- Annotations
- @inline()
- def setPositionUndefined: Self
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- Any
- val x: Self with FileReadOptions[T]