Seconds

object Seconds
class Object
trait Matchable
class Any

Value members

Concrete methods

inline
def apply(seconds: Double): Seconds

Concrete fields

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

Extensions

Extensions

extension (s: Seconds)
def %(other: Seconds): Seconds
@targetName("%_Double")
def %(other: Double): Seconds
def *(other: Seconds): Seconds
@targetName("*_Double")
def *(other: Double): Seconds
def +(other: Seconds): Seconds
@targetName("+_Double")
def +(other: Double): Seconds
def -(other: Seconds): Seconds
@targetName("-_Double")
def -(other: Double): Seconds
def /(other: Seconds): Seconds
@targetName("/_Double")
def /(other: Double): Seconds
def <(other: Seconds): Boolean
def <=(other: Seconds): Boolean
def >(other: Seconds): Boolean
def >=(other: Seconds): Boolean
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