toNonEmptyListOrNull

@JvmName(name = "toNonEmptyListOrNull")
fun <T> Iterable<T>.toNonEmptyListOrNull(): NonEmptyList<T>?