Package com.pnfsoftware.jeb.util.base
Interface ISimpleFilter<T>
- Type Parameters:
T- value type
public interface ISimpleFilter<T>
A functional interface used to check an object and provide a boolean value. This interface is
akin to to
Function<ObjectType, boolean>.-
Method Summary
-
Method Details
-
check
Check a value.- Parameters:
value- value to check- Returns:
- true if the value is accepted
-