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