package jetbrains.mps.closures.test; /*Generated by MPS */ public interface IFilter { boolean filter(String name); }