Package com.spun.util.filters
Class AndFilter<T>
java.lang.Object
com.spun.util.filters.AndFilter<T>
- All Implemented Interfaces:
Filter<T>
Deprecated.
use lambdas: a -> filter1 && filter2
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AndFilter
Deprecated.
-
-
Method Details
-
isExtracted
Deprecated.- Specified by:
isExtractedin interfaceFilter<T>- Returns:
- true if the object would be extracted by the filter
-