Interface ImapManagerImpl.ImapFunction<INPUT,OUTPUT>

Enclosing class:
ImapManagerImpl
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface protected static interface ImapManagerImpl.ImapFunction<INPUT,OUTPUT>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(INPUT input)
     
  • Method Details

    • apply

      OUTPUT apply(INPUT input) throws javax.mail.MessagingException
      Throws:
      javax.mail.MessagingException