@FunctionalInterface public interface SMTPServerConsumer<T extends SMTPServer<T>>
| Modifier and Type | Method and Description | 
|---|---|
void | 
accept(T value)
Configure a pre-constructed instance of SMTPServer resource 
 | 
default SMTPServerConsumer<T> | 
andThen(SMTPServerConsumer<T> after)  | 
void accept(T value)
default SMTPServerConsumer<T> andThen(SMTPServerConsumer<T> after)
Copyright © 2018 JBoss by Red Hat. All rights reserved.