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

name.remal.uncheckedCast.kt Maven / Gradle / Ivy

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