Package-level declarations

Types

Link copied to clipboard
open class BigDecimalUtil
Link copied to clipboard
Link copied to clipboard
object Jsons : ObjectMapper
Link copied to clipboard

Collection of time/date string to time/date object conversion utilities.

Link copied to clipboard
@Singleton
class UUIDGenerator

Custom UUID generator to avoid locking caused by the use of java.security.SecureRandom by the JDK UUID implementation by using better-performing UUID generators.

Functions

Link copied to clipboard
inline suspend fun CloseableCoroutine.closeFinally(cause: Throwable?)
Link copied to clipboard
Link copied to clipboard
fun String.deserializeToNode(): JsonNode
Link copied to clipboard

Calculate the precision (i.e. number of digits) in this BigDecimal, according to how Bigquery represents it.

Link copied to clipboard

Calculate the scale (i.e. number of decimal points) in this BigDecimal, according to how Bigquery represents it.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Set the latch exactly once. Return true iff this is the first time we've set it.

Link copied to clipboard
inline suspend fun <T : CloseableCoroutine, R> T.use(block: (T) -> R): R
Link copied to clipboard