|
Lafros MaCS 1.2r1
|
|
com/lafros/macs/util/Timer.scala]
object
Timer
extends AnyRef| Method Summary | |
def
|
nextBoundaryMillis
(refBoundaryMillis : Long, periodMillis : Long, nowMillis : Long) : Long
calcuates the time of the next boundary, given the specified parameters.
|
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Class Summary | |
case class
|
Params
(val refBoundaryMillis : Long, val periodMillis : Long) extends scala.Product
immutable parameters.
|
| Object Summary | |
object
|
Params
extends AnyRef
companion.
|
| Method Details |
|
Lafros MaCS 1.2r1
|
|