Interface AttachmentParser<T extends @NonNull Object>

Type Parameters:
T - The type of argument that is provided.
All Superinterfaces:
ArgumentParser<Attachment,T>, BiFunction<CommandContext,Attachment,Mono<T>>, ParserFunction<Attachment,T>
All Known Subinterfaces:
AttachmentDataParser<T>, TextFileParser<T>
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public non-sealed interface AttachmentParser<T extends @NonNull Object> extends ArgumentParser<Attachment,T>
Parses received attachment arguments into their actual value.
Since:
1.0
Version:
1.0