Package-level declarations

Functions

Link copied to clipboard
inline fun <T> Any?.downCastArray(): Array<T>?

Downcast any objects to a specified typed array safely.

Link copied to clipboard
inline fun <E> Any?.downCastList(): List<E>?

Downcast any objects to a specified typed list safely.

Link copied to clipboard
inline fun <K, V> Any?.downCastMap(): Map<K, V>?

Downcast any objects to a specified typed map safely.

Link copied to clipboard
inline fun <E> Any?.downCastSet(): Set<E>?

Downcast any objects to a specified typed set safely.