- All Superinterfaces:
- Function<DataSourceConstraint,Boolean>
- All Known Implementing Classes:
- DimensionIdFilter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface DataSourceFilter
extends Function<DataSourceConstraint,Boolean>
A function which filters based on a data source constraint.