Package com.spun.util.filters
Class ClassFilter
java.lang.Object
com.spun.util.filters.ClassFilter
Deprecated.
use lambdas: a -> a instanceof desiredclass or a -> clazz.isInstance(a)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ClassFilter
Deprecated.
-
-
Method Details
-
isExtracted
Deprecated.- Specified by:
isExtractedin interfaceFilter<Object>- Returns:
- true if the object would be extracted by the filter
-