Package com.fasterxml.classmate
Interface Filter<T>
-
public interface Filter<T>
Interface that defines API for basic filtering objects, used to prune set of things to include in result sets like flattened member lists.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
include(T element)
-
-
-
Method Detail
-
include
boolean include(T element)
-
-