public class Duration
extends java.lang.Object
implements scala.Product, scala.Serializable
Constructor and Description |
---|
Duration(long millis) |
Modifier and Type | Method and Description |
---|---|
abstract static boolean |
canEqual(java.lang.Object that) |
double |
div(Duration that) |
abstract static boolean |
equals(java.lang.Object that) |
boolean |
greater(Duration that) |
boolean |
greaterEq(Duration that) |
boolean |
isMultipleOf(Duration that) |
boolean |
isZero() |
boolean |
less(Duration that) |
boolean |
lessEq(Duration that) |
Duration |
max(Duration that) |
long |
milliseconds() |
Duration |
min(Duration that) |
Duration |
minus(Duration that) |
Duration |
plus(Duration that) |
java.lang.String |
prettyPrint() |
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() |
Duration |
times(int times) |
java.lang.String |
toFormattedString() |
java.lang.String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 boolean less(Duration that)
public boolean lessEq(Duration that)
public boolean greater(Duration that)
public boolean greaterEq(Duration that)
public Duration times(int times)
public double div(Duration that)
public boolean isMultipleOf(Duration that)
public boolean isZero()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toFormattedString()
public long milliseconds()
public java.lang.String prettyPrint()