Interface LookupFieldFilterAction<T>
- Type Parameters:
T- the type of the filter value passed tofilter(Object)
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Filter action.
-
Method Summary
-
Method Details
-
filter
Apply the filter- Parameters:
t- the input argument
-