Interface InboxExportHandler.EntityAcceptor
- All Superinterfaces:
Function<AbstractEntity, Boolean>
- Enclosing class:
InboxExportHandler
- 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 static interface InboxExportHandler.EntityAcceptor
extends Function<AbstractEntity, Boolean>
Functional interface to be used for filtering when processing an export.
- Since:
- 8.5.4
- Author:
- XIMA MEDIA GmbH
- See Also:
-
Method Summary