Seconds

indigo.shared.time.Seconds$package.Seconds
object Seconds

Attributes

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

Members list

Value members

Concrete methods

inline def apply(seconds: Double): Seconds

Concrete fields

val zero: Seconds

Givens

Givens

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

Extensions

Extensions

extension (s: Seconds)
def %(other: Seconds): Seconds
def %(other: Double): Seconds
def *(other: Seconds): Seconds
def *(other: Double): Seconds
def +(other: Seconds): Seconds
def +(other: Double): Seconds
def -(other: Seconds): Seconds
def -(other: Double): Seconds
def /(other: Seconds): Seconds
def /(other: Double): Seconds
def <(other: Seconds): Boolean
def <=(other: Seconds): Boolean
def >(other: Seconds): Boolean
def >=(other: Seconds): Boolean
def abs: Seconds
def clamp(min: Seconds, max: Seconds): Seconds
def max(other: Seconds): Seconds
def min(other: Seconds): Seconds
def toDouble: Double
def toFloat: Float
def toInt: Int
def toLong: Long
def ~==(other: Seconds): Boolean