Interface ExcelExportAttributePredicate

All Superinterfaces:
Predicate<AttributeDescriptorModel>
All Known Implementing Classes:
PermissionCrudAttributePredicate
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 ExcelExportAttributePredicate extends Predicate<AttributeDescriptorModel>
Predicate which tests if given AttributeDescriptorModel should be allowed to be exported by Excel. You can easily limit the attributes that you would like to be exportable to Excel files.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    test(AttributeDescriptorModel attributeDescriptorModel)
     

    Methods inherited from interface java.util.function.Predicate

    and, negate, or