Interface TextFileParser<T extends @NonNull Object>

Type Parameters:
T - The type of argument that is parsed.
All Superinterfaces:
ArgumentParser<Attachment,T>, AttachmentDataParser<T>, AttachmentParser<T>, AttachmentParserStages.Parser<T>, AttachmentParserStages.Validator, BiFunction<CommandContext,Attachment,Mono<T>>, ParserFunction<Attachment,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 interface TextFileParser<T extends @NonNull Object> extends AttachmentDataParser<T>
Parses an argument from an attached text file.
Since:
1.0
Version:
1.0