Millis

indigo.shared.time.Millis$package.Millis
object Millis

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Millis.type

Members list

Value members

Concrete methods

inline def apply(millis: Long): Millis

Concrete fields

val zero: Millis

Givens

Givens

given given_CanEqual_Option_Option: CanEqual[Option[Millis], Option[Millis]]

Extensions

Extensions

extension (ms: Millis)
def %(other: Millis): Millis
def %(other: Long): Millis
def *(other: Millis): Millis
def *(other: Long): Millis
def +(other: Millis): Millis
def +(other: Long): Millis
def -(other: Millis): Millis
def -(other: Long): Millis
def /(other: Millis): Millis
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