Package-level declarations

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
operator fun BigDecimal.div(int: Int): BigDecimal
Link copied to clipboard
fun BigDecimal.divide(n: Double, context: MathContext = MathContext.DECIMAL128): BigDecimal
fun BigDecimal.divide(n: Float, context: MathContext = MathContext.DECIMAL128): BigDecimal
fun BigDecimal.divide(n: Int, context: MathContext = MathContext.DECIMAL128): BigDecimal
Link copied to clipboard
Link copied to clipboard
fun Long.getDate(dateFormat: String?): String?

Return date in specified format.

Link copied to clipboard

Return a list of calendar values which contains the months of the year. If the year is the current one, return only the months until the current one.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun BigDecimal.multiply(n: Double, context: MathContext = MathContext.DECIMAL128): BigDecimal
fun BigDecimal.multiply(n: Float, context: MathContext = MathContext.DECIMAL128): BigDecimal
fun BigDecimal.multiply(n: Int, context: MathContext = MathContext.DECIMAL128): BigDecimal
Link copied to clipboard
fun Float?.orEmpty(defaultValue: Float = Float.empty()): Float
fun Int?.orEmpty(defaultValue: Int = Int.empty()): Int
fun Long?.orEmpty(defaultValue: Long = Long.empty()): Long
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun BigDecimal.safeDiv(n: BigDecimal, context: MathContext = MathContext.DECIMAL128): BigDecimal
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard