public static interface CollectionUtils.IFilterableValueDecorator
CollectionUtils.filter(Collection, FilterExpression, IFilterableValueDecorator)
.Modifier and Type | Method and Description |
---|---|
String |
calculateValue(Object o)
Calculates the content to filter for the specified object (for example, a table row).
|