public boolean containsAllIterable(Iterable<?> source) {
   return Iterate.allSatisfyWith(source, Predicates2.in(), this);
 }