commonMain.org.kodein.db.impl.utils.reflect.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kodein-db Show documentation
Show all versions of kodein-db Show documentation
Kodein-DB implementation library
The newest version!
package org.kodein.db.impl.utils
import kotlin.reflect.KClass
public expect fun KClass<*>.kIsInstance(value: Any?): Boolean