Package de.ihrigb.fwla.mail
Interface EmailSenderFilter
- 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 EmailSenderFilter
Allows filtering of emails.
-
Field Summary
Fields Modifier and Type Field Description static EmailSenderFilterACCEPT_ALLstatic EmailSenderFilterREJECT_ALL -
Method Summary
Modifier and Type Method Description FilterResultfilter(String sender)