implicit final class StatsBaseMutableBuilder[Self <: StatsBase[_], T] extends AnyVal
- Annotations
- @inline()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StatsBaseMutableBuilder
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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 setAtime(value: Date): Self
- Annotations
- @inline()
- def setAtimeMs(value: T): Self
- Annotations
- @inline()
- def setBirthtime(value: Date): Self
- Annotations
- @inline()
- def setBirthtimeMs(value: T): Self
- Annotations
- @inline()
- def setBlksize(value: T): Self
- Annotations
- @inline()
- def setBlocks(value: T): Self
- Annotations
- @inline()
- def setCtime(value: Date): Self
- Annotations
- @inline()
- def setCtimeMs(value: T): Self
- Annotations
- @inline()
- def setDev(value: T): Self
- Annotations
- @inline()
- def setGid(value: T): Self
- Annotations
- @inline()
- def setIno(value: T): Self
- Annotations
- @inline()
- def setIsBlockDevice(value: () => Boolean): Self
- Annotations
- @inline()
- def setIsCharacterDevice(value: () => Boolean): Self
- Annotations
- @inline()
- def setIsDirectory(value: () => Boolean): Self
- Annotations
- @inline()
- def setIsFIFO(value: () => Boolean): Self
- Annotations
- @inline()
- def setIsFile(value: () => Boolean): Self
- Annotations
- @inline()
- def setIsSocket(value: () => Boolean): Self
- Annotations
- @inline()
- def setIsSymbolicLink(value: () => Boolean): Self
- Annotations
- @inline()
- def setMode(value: T): Self
- Annotations
- @inline()
- def setMtime(value: Date): Self
- Annotations
- @inline()
- def setMtimeMs(value: T): Self
- Annotations
- @inline()
- def setNlink(value: T): Self
- Annotations
- @inline()
- def setRdev(value: T): Self
- Annotations
- @inline()
- def setSize(value: T): Self
- Annotations
- @inline()
- def setUid(value: T): Self
- Annotations
- @inline()
- def toString(): String
- Definition Classes
- Any
- val x: Self with StatsBase[T]