public class Time
extends Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
Time(long millis) |
Modifier and Type | Method and Description |
---|---|
Time |
floor(Duration that) |
boolean |
isMultipleOf(Duration that) |
Time |
max(Time that) |
long |
milliseconds() |
Time |
min(Time that) |
static scala.math.Ordering<Time> |
ordering() |
scala.collection.Seq<Time> |
to(Time that,
Duration interval) |
String |
toString() |
scala.collection.Seq<Time> |
until(Time that,
Duration interval) |