
name.remal.uncheckedCast.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common Show documentation
Show all versions of common Show documentation
Java & Kotlin tools: common
The newest version!
@file:ExcludeFromCodeCoverage
@file:Suppress("UNCHECKED_CAST", "NOTHING_TO_INLINE")
package name.remal
import name.remal.gradle_plugins.api.ExcludeFromCodeCoverage
inline fun Any.uncheckedCast(): T = this as T
© 2015 - 2025 Weber Informatics LLC | Privacy Policy