convertedAsList

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

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