public interface

ISimpleFilter

com.pnfsoftware.jeb.util.base.ISimpleFilter<T>

Class Overview

A functional interface used to check an object.

Summary

Public Methods
abstract boolean check(T value)

Public Methods

public abstract boolean check (T value)