BinOp

org.abh80.nf.core.time.AbsoluteTime.BinOp
implicit class BinOp(self: AbsoluteTime)

Implicit class providing convenient operators for shifting an AbsoluteTime by a given duration.

==Math Note==

  • Shifting is equivalent to:
 new_time = old_time + Δt

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def ++(other: TimeFormat): AbsoluteTime

Shift by a TimeFormat duration.

Shift by a TimeFormat duration.

Attributes

def ++(shiftBy: Long): AbsoluteTime

Shift by a number of seconds (Long).

Shift by a number of seconds (Long).

Attributes

def ++(shiftBy: Double): AbsoluteTime

Shift by a number of seconds (Double).

Shift by a number of seconds (Double).

Attributes