krangl / krangl.util

Package krangl.util

Types

BenchmarkResult

data class BenchmarkResult<T>

MicroBenchmark

class MicroBenchmark<T>

Extensions for External Classes

kotlin.collections.List

kotlin.sequences.Sequence

Functions

createValidIdentifier

fun createValidIdentifier(columnName: String): String

detectPropertiesByReflection

fun <T> detectPropertiesByReflection(): List<KCallable<*>>

main

fun main(args: Array<String>): Unit