Package-level declarations

Types

Link copied to clipboard
class ExistingWeakReference<T : Any>(referent: T) : WeakReference<T>

Weak reference that throws IllegalStateException if referent objects not exists.

Functions

Link copied to clipboard
fun checkClassesLoaded(vararg classes: String): Boolean

Checks that the given classes are existing.