package org.testory.common; public interface Matcher { boolean matches(@Nullable Object item); }