Uses of Interface
dev.sympho.modular_commands.execute.LazyContext
Packages that use LazyContext
Package
Description
Runtime system for executing commands defined through the API.
Implementations for command contexts.
-
Uses of LazyContext in dev.sympho.modular_commands.execute
Classes in dev.sympho.modular_commands.execute with type parameters of type LazyContextModifier and TypeClassDescriptionclassPipelineBuilder<E extends Event,CTX extends InstrumentedContext & LazyContext, H extends Handlers, I extends SmartIterator<String>> Type responsible for building a command processing pipeline. -
Uses of LazyContext in dev.sympho.modular_commands.impl.context
Classes in dev.sympho.modular_commands.impl.context that implement LazyContextModifier and TypeClassDescriptionfinal classContext object for invocations performed through text messages.