All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.org.kodein.db.impl.utils.reflect.kt Maven / Gradle / Ivy

The newest version!
package org.kodein.db.impl.utils

import kotlin.reflect.KClass

public expect fun KClass<*>.kIsInstance(value: Any?): Boolean




© 2015 - 2024 Weber Informatics LLC | Privacy Policy