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

com.github.rauberprojects.client.data.predicate.DataPredicate Maven / Gradle / Ivy

package com.github.rauberprojects.client.data.predicate;

import com.github.rauberprojects.client.model.Data;

/**
 * @author Thomas Eizinger
 */
public interface DataPredicate {

    boolean test(Data data);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy