Package com.spun.util.filters
Class OrFilter<T>
java.lang.Object
com.spun.util.filters.OrFilter<T>
- All Implemented Interfaces:
Filter<T>
@Deprecated public class OrFilter<T> extends Object implements Filter<T>
Deprecated.
use lambdas: a -> filter1 || filter2
Listens to the state of a EnabledConditions object
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description booleanisExtracted(Object object)Deprecated.
-
Constructor Details
-
OrFilter
Deprecated.
-
-
Method Details
-
isExtracted
Deprecated.- Specified by:
isExtractedin interfaceFilter<T>- Returns:
- true if the object would be extracted by the filter
-