public class ShortExactNumeric
extends Object
Constructor and Description |
---|
ShortExactNumeric() |
Modifier and Type | Method and Description |
---|---|
static T |
abs(T x) |
static int |
compare(short x,
short y) |
abstract static boolean |
equals(Object x$1) |
static boolean |
equiv(T x,
T y) |
static short |
fromInt(int x) |
static boolean |
gt(T x,
T y) |
static boolean |
gteq(T x,
T y) |
static boolean |
lt(T x,
T y) |
static boolean |
lteq(T x,
T y) |
static T |
max(T x,
T y) |
static T |
min(T x,
T y) |
static short |
minus(short x,
short y) |
static scala.math.Integral.IntegralOps |
mkNumericOps(T lhs) |
static scala.math.Ordering.Ops |
mkOrderingOps(T lhs) |
static short |
negate(short x) |
static <U> scala.math.Ordering<U> |
on(scala.Function1<U,T> f) |
static T |
one() |
static short |
plus(short x,
short y) |
static short |
quot(short x,
short y) |
static short |
rem(short x,
short y) |
static scala.math.Ordering<T> |
reverse() |
static java.util.Comparator<T> |
reversed() |
static int |
signum(T x) |
static java.util.Comparator<T> |
thenComparing(java.util.Comparator<? super T> x$1) |
static <U extends Comparable<? super U>> |
thenComparing(java.util.function.Function<? super T,? extends U> x$1) |
static <U> java.util.Comparator<T> |
thenComparing(java.util.function.Function<? super T,? extends U> x$1,
java.util.Comparator<? super U> x$2) |
static java.util.Comparator<T> |
thenComparingDouble(java.util.function.ToDoubleFunction<? super T> x$1) |
static java.util.Comparator<T> |
thenComparingInt(java.util.function.ToIntFunction<? super T> x$1) |
static java.util.Comparator<T> |
thenComparingLong(java.util.function.ToLongFunction<? super T> x$1) |
static short |
times(short x,
short y) |
static double |
toDouble(short x) |
static float |
toFloat(short x) |
static int |
toInt(short x) |
static long |
toLong(short x) |
static scala.Some<Object> |
tryCompare(T x,
T y) |
static T |
zero() |
public static short plus(short x, short y)
public static short minus(short x, short y)
public static short times(short x, short y)
public static short negate(short x)
public abstract static boolean equals(Object x$1)
public static java.util.Comparator<T> reversed()
public static java.util.Comparator<T> thenComparing(java.util.Comparator<? super T> x$1)
public static <U> java.util.Comparator<T> thenComparing(java.util.function.Function<? super T,? extends U> x$1, java.util.Comparator<? super U> x$2)
public static <U extends Comparable<? super U>> java.util.Comparator<T> thenComparing(java.util.function.Function<? super T,? extends U> x$1)
public static java.util.Comparator<T> thenComparingInt(java.util.function.ToIntFunction<? super T> x$1)
public static java.util.Comparator<T> thenComparingLong(java.util.function.ToLongFunction<? super T> x$1)
public static java.util.Comparator<T> thenComparingDouble(java.util.function.ToDoubleFunction<? super T> x$1)
public static scala.Some<Object> tryCompare(T x, T y)
public static boolean lteq(T x, T y)
public static boolean gteq(T x, T y)
public static boolean lt(T x, T y)
public static boolean gt(T x, T y)
public static boolean equiv(T x, T y)
public static T max(T x, T y)
public static T min(T x, T y)
public static scala.math.Ordering<T> reverse()
public static <U> scala.math.Ordering<U> on(scala.Function1<U,T> f)
public static scala.math.Ordering.Ops mkOrderingOps(T lhs)
public static T zero()
public static T one()
public static T abs(T x)
public static int signum(T x)
public static scala.math.Integral.IntegralOps mkNumericOps(T lhs)
public static short quot(short x, short y)
public static short rem(short x, short y)
public static short fromInt(int x)
public static int toInt(short x)
public static long toLong(short x)
public static float toFloat(short x)
public static double toDouble(short x)
public static int compare(short x, short y)