I
- Email Request@FunctionalInterface
public interface EmailComposer<I>
Email
.Modifier and Type | Method and Description |
---|---|
I |
compose(@NotNull @Valid Email email) |
default I |
compose(@NotNull @Valid Email email,
java.util.function.Consumer<I> emailRequest) |
@NonNull I compose(@NonNull @NotNull @Valid @NotNull @Valid Email email) throws EmailException
EmailException
@NonNull default I compose(@NonNull @NotNull @Valid @NotNull @Valid Email email, java.util.function.Consumer<I> emailRequest) throws EmailException
EmailException