lastLaw

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