Uses of Package
dev.sympho.modular_commands.utils
Packages that use dev.sympho.modular_commands.utils
Package
Description
Interfaces defining how received arguments are parsed.
Runtime system for executing commands defined through the API.
Implementations for command contexts.
Collection of classes that provide assorted utilies for ease of use.
-
Classes in dev.sympho.modular_commands.utils used by dev.sympho.modular_commands.api.command.parameter.parseClassDescriptionA splitter that is capable of processing the split in an asynchronous manner.
-
Classes in dev.sympho.modular_commands.utils used by dev.sympho.modular_commands.executeClassDescriptionAn iterator with extra capabilities.Iterator that splits elements lazily on demand during traversal.
-
Classes in dev.sympho.modular_commands.utils used by dev.sympho.modular_commands.impl.contextClassDescriptionIterator that splits elements lazily on demand during traversal.
-
Classes in dev.sympho.modular_commands.utils used by dev.sympho.modular_commands.utilsClassDescriptionAn iterator with extra capabilities.A smart iterator that, when creating other iterators/streams/fluxes/etc from its current state, makes them detached, so that they are independent of the future state of the original iterator and vice-versa.A smart iterator that wraps an existing iterator.A function that splits a string into multiple components.A splitter that is capable of processing the split in an asynchronous manner.Iterator that splits elements lazily on demand during traversal.An iterator over the elements split by a splitter.