firstLawWithPredicate

inline fun <E> Collection<E>.firstLawWithPredicate(predicate: (E) -> Boolean): E