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

com.github.methylene.args.Predicate Maven / Gradle / Ivy

The newest version!
package com.github.methylene.args;

public interface Predicate {

  boolean matches(T arg);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy