Interface ExcelExportTypePredicate
- All Superinterfaces:
Predicate<ComposedTypeModel>
- All Known Implementing Classes:
PermissionCrudTypePredicate
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Predicate which tests if given
ComposedTypeModel should be allowed to be exported by Excel. You can easily
limit the types that you would like to be exportable to Excel files.- See Also:
-
Method Summary
-
Method Details
-
test
- Specified by:
testin interfacePredicate<ComposedTypeModel>
-