SquantifiedInt

class SquantifiedInt(l: Int)

Provides implicit conversions that allow Int to lead in * and / by Time operations

Provides implicit conversions that allow Int to lead in * and / by Time operations

  5 * Kilometers(10) should be(Kilometers(15))
Value Params
l

Int

class Object
trait Matchable
class Any

Value members

Concrete methods

def *[A](that: SVector[A]): SVector[A]
def /(that: Time): Frequency
def per(that: Time): Frequency