Millis

object Millis
class Object
trait Matchable
class Any

Value members

Concrete methods

inline
def apply(millis: Long): Millis

Concrete fields

final lazy
final lazy
val CanEqual_Option_Option: CanEqual[Option[Millis], Option[Millis]]

Extensions

Extensions

extension (ms: Millis)
def %(other: Millis): Millis
@targetName("%_Long")
def %(other: Long): Millis
def *(other: Millis): Millis
@targetName("*_Long")
def *(other: Long): Millis
def +(other: Millis): Millis
@targetName("+_Long")
def +(other: Long): Millis
def -(other: Millis): Millis
@targetName("-_Long")
def -(other: Long): Millis
def /(other: Millis): Millis
@targetName("/_Long")
def /(other: Long): Millis
def <(other: Millis): Boolean
def <=(other: Millis): Boolean
def >(other: Millis): Boolean
def >=(other: Millis): Boolean
def abs: Millis
def clamp(min: Millis, max: Millis): Millis
def max(other: Millis): Millis
def min(other: Millis): Millis
def toDouble: Double
def toFloat: Float
def toInt: Int
def toLong: Long