public interface

ISimpleFilter

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

Class Overview

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

Summary

Public Methods
abstract boolean check(T value)

Public Methods

public abstract boolean check (T value)