Package com.pnfsoftware.jeb.util.base
Interface ISimpleFilter<T>
- Type Parameters:
T
-
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
- Parameters:
value
-- Returns:
-