# Interface: com.pnfsoftware.jeb.util.base.ISimpleFilter

A functional interface used to check an object and provide a boolean value. This interface is akin to to `Function<ObjectType, boolean>`.

## Method: check
- parameter: `value`, type: `T`
- return type: `boolean`

Description: Check a value.
parameter: value: value to check
return: true if the value is accepted

