Ejemplo n.º 1
0
  public ClassModelSet withoutClasses(Clazz value) {
    for (ClassModel obj : this) {
      obj.without(value);
    }

    return this;
  }