![JAR search and dependency download from the Maven repository](/logo.png)
com.nikhaldimann.viewselector.checker.MatchPredicate Maven / Gradle / Ivy
package com.nikhaldimann.viewselector.checker;
import android.view.View;
/**
* A predicate that can match certain views.
*/
public interface MatchPredicate {
/**
* @return whether the given view matches this predicate
*/
boolean matches(View view);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy