Class RemainingArgument<T>

java.lang.Object
org.core.command.argument.arguments.operation.RemainingArgument<T>
All Implemented Interfaces:
CommandArgument<List<T>>, ParseCommandArgument<List<T>>, SuggestCommandArgument<List<T>>

public class RemainingArgument<T> extends Object implements CommandArgument<List<T>>