Package-level declarations

Types

Link copied to clipboard

Collection of utility methods to help with performance tracing.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object Jsons : ObjectMapper
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun <T : Any> Map<String, T>.findIgnoreCase(target: String): T?
Link copied to clipboard
fun <K, V> Map<K, V>.invert(): Map<V, K>