public class Time
extends java.lang.Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
Time(long millis) |
Modifier and Type | Method and Description |
---|---|
abstract static boolean |
canEqual(java.lang.Object that) |
abstract static boolean |
equals(java.lang.Object that) |
Time |
floor(Duration that) |
Time |
floor(Duration that,
Time zeroTime) |
boolean |
greater(Time that) |
boolean |
greaterEq(Time that) |
boolean |
isMultipleOf(Duration that) |
boolean |
less(Time that) |
boolean |
lessEq(Time that) |
Time |
max(Time that) |
long |
milliseconds() |
Time |
min(Time that) |
Time |
minus(Duration that) |
Duration |
minus(Time that) |
static scala.math.Ordering<Time> |
ordering() |
Time |
plus(Duration that) |
abstract static int |
productArity() |
abstract static java.lang.Object |
productElement(int n) |
static scala.collection.Iterator<java.lang.Object> |
productIterator() |
static java.lang.String |
productPrefix() |
scala.collection.Seq<Time> |
to(Time that,
Duration interval) |
java.lang.String |
toString() |
scala.collection.Seq<Time> |
until(Time that,
Duration interval) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static scala.math.Ordering<Time> ordering()
public abstract static boolean canEqual(java.lang.Object that)
public abstract static boolean equals(java.lang.Object that)
public abstract static java.lang.Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<java.lang.Object> productIterator()
public static java.lang.String productPrefix()
public long milliseconds()
public boolean less(Time that)
public boolean lessEq(Time that)
public boolean greater(Time that)
public boolean greaterEq(Time that)
public boolean isMultipleOf(Duration that)
public java.lang.String toString()
toString
in class java.lang.Object