T
- Type of the elements to be filteredSubtypeCondition
instead.@Deprecated public class SubtypeFilterFunction<T> extends Object implements FilterFunction<T>
Constructor and Description |
---|
SubtypeFilterFunction(Class<? extends T> subtype)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
filter(T value)
Deprecated.
The filter function that evaluates the predicate.
|
public boolean filter(T value) throws Exception
FilterFunction
IMPORTANT: The system assumes that the function does not modify the elements on which the predicate is applied. Violating this assumption can lead to incorrect results.
filter
in interface FilterFunction<T>
value
- The value to be filtered.Exception
- This method may throw exceptions. Throwing an exception will cause the operation
to fail and may trigger recovery.Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.