convertedAsList

inline fun <T : Any> convertedAsList(): List<T>?

Deprecated

Use asListOf() instead

Replace with

tryGet { asListOf() }

Convenient shortcut to convertToListOf, which returns null in case of failure.