Interface Parsers.Functor<R extends @NonNull Object,T extends @NonNull Object>

Type Parameters:
T - The type of argument that is provided.
R - The type of raw argument that is received.
All Superinterfaces:
BiFunction<CommandContext,R,Mono<T>>, ParserFunction<R,T>
Enclosing class:
Parsers
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 static interface Parsers.Functor<R extends @NonNull Object,T extends @NonNull Object> extends ParserFunction<R,T>
A parser that does not depend on the invocation context.
Since:
1.0
Version:
1.0