Class ChannelParser<C extends @NonNull Channel>

Type Parameters:
C - The channel type.
All Implemented Interfaces:
ParserFunction<String,C>, BiFunction<CommandContext,String,Mono<C>>

public class ChannelParser<C extends @NonNull Channel> extends MentionableParser<C>
A parser that extracts a channel from a string.
Since:
1.0
Version:
1.0