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

io.lightflame.routerules.Rule Maven / Gradle / Ivy

The newest version!
package io.lightflame.routerules;

/**
 * Rule
 */

public interface Rule {

    boolean isValid(E obj);
    RuleKind kind();
    int score();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy