Package com.iizix.selector
Interface IMatch
- All Known Subinterfaces:
IMatchDescription
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface IMatch
The match routine.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(EnvProps env)
Matches the item for a selector.
Method Detail
matches
boolean matches(EnvProps env) throws java.lang.Exception
Matches the item for a selector.- Parameters:
env
- The environment properties.- Returns:
- true for match, false for no match.
- Throws:
java.lang.Exception
- An exception due to failure in performing the test, with a message why it failed.