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.

@FunctionalInterface public interface ExcelExportTypePredicate extends Predicate<ComposedTypeModel>
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

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from interface java.util.function.Predicate

    and, negate, or