findPhoneNumber

fun Collection<PhoneNumber>.findPhoneNumber(number: String): PhoneNumber?

Find the first PhoneNumber matching the specified number or return null if it cannot be found in this collection.