Packages

c

funstack.lambda.ws.facades.node.fsMod.StatsBase

StatsBaseMutableBuilder

implicit final class StatsBaseMutableBuilder[Self <: StatsBase[_], T] extends AnyVal

Annotations
@inline()
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatsBaseMutableBuilder
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StatsBaseMutableBuilder(x: Self with StatsBase[T])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  6. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  7. def setAtime(value: Date): Self
    Annotations
    @inline()
  8. def setAtimeMs(value: T): Self
    Annotations
    @inline()
  9. def setBirthtime(value: Date): Self
    Annotations
    @inline()
  10. def setBirthtimeMs(value: T): Self
    Annotations
    @inline()
  11. def setBlksize(value: T): Self
    Annotations
    @inline()
  12. def setBlocks(value: T): Self
    Annotations
    @inline()
  13. def setCtime(value: Date): Self
    Annotations
    @inline()
  14. def setCtimeMs(value: T): Self
    Annotations
    @inline()
  15. def setDev(value: T): Self
    Annotations
    @inline()
  16. def setGid(value: T): Self
    Annotations
    @inline()
  17. def setIno(value: T): Self
    Annotations
    @inline()
  18. def setIsBlockDevice(value: () => Boolean): Self
    Annotations
    @inline()
  19. def setIsCharacterDevice(value: () => Boolean): Self
    Annotations
    @inline()
  20. def setIsDirectory(value: () => Boolean): Self
    Annotations
    @inline()
  21. def setIsFIFO(value: () => Boolean): Self
    Annotations
    @inline()
  22. def setIsFile(value: () => Boolean): Self
    Annotations
    @inline()
  23. def setIsSocket(value: () => Boolean): Self
    Annotations
    @inline()
  24. def setIsSymbolicLink(value: () => Boolean): Self
    Annotations
    @inline()
  25. def setMode(value: T): Self
    Annotations
    @inline()
  26. def setMtime(value: Date): Self
    Annotations
    @inline()
  27. def setMtimeMs(value: T): Self
    Annotations
    @inline()
  28. def setNlink(value: T): Self
    Annotations
    @inline()
  29. def setRdev(value: T): Self
    Annotations
    @inline()
  30. def setSize(value: T): Self
    Annotations
    @inline()
  31. def setUid(value: T): Self
    Annotations
    @inline()
  32. def toString(): String
    Definition Classes
    Any
  33. val x: Self with StatsBase[T]

Inherited from AnyVal

Inherited from Any

Ungrouped