Class LongParser<C>

java.lang.Object
org.incendo.cloud.parser.standard.NumberParser<C,Long,LongRange>
org.incendo.cloud.parser.standard.LongParser<C>
All Implemented Interfaces:
ArgumentParser<C,Long>, BlockingSuggestionProvider<C>, BlockingSuggestionProvider.Strings<C>, SuggestionProvider<C>, SuggestionProviderHolder<C>

@API(status=STABLE) public final class LongParser<C> extends NumberParser<C,Long,LongRange> implements BlockingSuggestionProvider.Strings<C>