namespace jive { public interface Specification { bool is_satisfied_by(T item); } }