filterNotLaw

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