org.jgroups.util.Condition Maven / Gradle / Ivy
package org.jgroups.util;
/**
* @author Bela Ban
* @since 3.6
*/
public interface Condition {
/** Return true if the condition is met and false otherwise */
boolean isMet();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy