bool isLookup(Iterable<E> other, String Function(E element) checker) { return lookup(other, checker).isNotEmpty; }