All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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