public class KotlinUtilsKt
Modifier and Type | Method and Description |
---|---|
static boolean |
isEquals(java.math.BigDecimal $receiver,
java.math.BigDecimal value)
Deprecated.
|
static boolean |
isGreaterThan(java.math.BigDecimal $receiver,
java.math.BigDecimal value)
Deprecated.
|
static boolean |
isLessThan(java.math.BigDecimal $receiver,
java.math.BigDecimal value)
Deprecated.
|
static java.math.BigDecimal |
min(java.math.BigDecimal a,
java.math.BigDecimal b)
Deprecated.
|
static java.lang.Long |
optLong(android.database.Cursor $receiver,
java.lang.String columnName)
Deprecated.
|
static java.lang.Long |
optLong(android.database.Cursor $receiver,
int columnIndex)
Deprecated.
|
static java.lang.String |
optString(android.database.Cursor $receiver,
java.lang.String columnName)
Deprecated.
|
static java.lang.String |
optString(android.database.Cursor $receiver,
int columnIndex)
Deprecated.
|
static <T> java.math.BigDecimal |
sumByBigDecimal(java.lang.Iterable<? extends T> $receiver,
kotlin.jvm.functions.Function1<? super T,? extends java.math.BigDecimal> selector)
Deprecated.
|
public static <T> java.math.BigDecimal sumByBigDecimal(java.lang.Iterable<? extends T> $receiver, kotlin.jvm.functions.Function1<? super T,? extends java.math.BigDecimal> selector)
Returns the sum of all values produced by selector function applied to each element in the collection.
public static boolean isEquals(java.math.BigDecimal $receiver, java.math.BigDecimal value)
public static boolean isGreaterThan(java.math.BigDecimal $receiver, java.math.BigDecimal value)
public static boolean isLessThan(java.math.BigDecimal $receiver, java.math.BigDecimal value)
public static java.math.BigDecimal min(java.math.BigDecimal a, java.math.BigDecimal b)
public static java.lang.Long optLong(android.database.Cursor $receiver, java.lang.String columnName)
public static java.lang.Long optLong(android.database.Cursor $receiver, int columnIndex)
public static java.lang.String optString(android.database.Cursor $receiver, java.lang.String columnName)
public static java.lang.String optString(android.database.Cursor $receiver, int columnIndex)