Class MessageParser
java.lang.Object
dev.sympho.modular_commands.utils.parse.entity.EntityParser<Message>
dev.sympho.modular_commands.utils.parse.entity.MessageParser
- All Implemented Interfaces:
ParserFunction<String,,Message> BiFunction<CommandContext,String, Mono<Message>>
A parser that extracts a message from a string.
- Since:
- 1.0
- Version:
- 1.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface dev.sympho.modular_commands.api.command.parameter.parse.ParserFunction
ParserFunction.PostParser<R extends @NonNull Object,I extends @NonNull Object, T extends @NonNull Object, P1 extends @NonNull ParserFunction<R, I>, P2 extends @NonNull ParserFunction<I, T>> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class dev.sympho.modular_commands.utils.parse.entity.EntityParser
parseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.function.BiFunction
andThenMethods inherited from interface dev.sympho.modular_commands.api.command.parameter.parse.ParserFunction
apply, then
-
Constructor Details
-
MessageParser
public MessageParser()Creates a new instance.
-