197198199200201202203204205206207
@Override public boolean apply(Element input) { boolean apply = false; if (input instanceof Where) { Where where = (Where) input; apply = where.isAtivo(); } return apply; }