Package com.sun.mail.imap
Interface Utility.Condition
-
- All Known Implementing Classes:
IMAPMessage.FetchProfileCondition
- Enclosing class:
- Utility
public static interface Utility.ConditionThis interface defines the test to be executed intoMessageSet().
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleantest(IMAPMessage message)
-
-
-
Method Detail
-
test
boolean test(IMAPMessage message)
-
-