
se.l4.vibe.trigger.Condition Maven / Gradle / Ivy
package se.l4.vibe.trigger;
/**
* Condition used together with {@link Triggers triggers}. Usually created
* via {@link Conditions}.
*
* @author Andreas Holstenson
*
* @param
*/
public interface Condition
{
/**
* Check if the condition matches.
*
* @param value
* @return
*/
boolean matches(T value);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy