Seconds

object Seconds
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(seconds: Double): Seconds

Concrete fields

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

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 toDouble: Double
def toFloat: Float
def toInt: Int
def toLong: Long