Uses of Interface
eu.cloudnetservice.node.impl.console.animation.setup.answer.QuestionAnswerType.Parser
Packages that use QuestionAnswerType.Parser
-
Uses of QuestionAnswerType.Parser in eu.cloudnetservice.node.impl.console.animation.setup.answer
Fields in eu.cloudnetservice.node.impl.console.animation.setup.answer declared as QuestionAnswerType.ParserModifier and TypeFieldDescriptionprivate QuestionAnswerType.Parser<T> QuestionAnswerType.Builder.parserprivate final @NonNull QuestionAnswerType.Parser<T> QuestionAnswerType.parserThe field for theparserrecord component.Methods in eu.cloudnetservice.node.impl.console.animation.setup.answer that return QuestionAnswerType.ParserModifier and TypeMethodDescriptionfinal <T> QuestionAnswerType.Parser<T> Parsers.allOf(QuestionAnswerType.Parser<T>... parsers) <I,O> QuestionAnswerType.Parser <O> Parsers.andThen(QuestionAnswerType.Parser<I> parser, @NonNull Function<I, O> combiner) Parsers.anyNumber()QuestionAnswerType.Parser<eu.cloudnetservice.driver.network.HostAndPort> Parsers.assignableHostAndPort(boolean withPort) Parsers.assignableHostAndPortOrAlias()Parsers.bool()<T extends Enum<T>>
QuestionAnswerType.Parser<T> Parsers.enumConstant(@NonNull Class<T> enumClass) QuestionAnswerType.Parser<Tuple2<String, eu.cloudnetservice.driver.base.JavaVersion>> Parsers.javaVersion()Parsers.limitedStr(int length) Parsers.nonEmptyStr()Parsers.nonExistingTask()QuestionAnswerType.Parser<eu.cloudnetservice.driver.network.HostAndPort> Parsers.nonWildcardHost(QuestionAnswerType.Parser<eu.cloudnetservice.driver.network.HostAndPort> parser) QuestionAnswerType.parser()Returns the value of theparserrecord component.Parsers.ranged(int from, int to) QuestionAnswerType.Parser<eu.cloudnetservice.driver.service.ServiceEnvironmentType> Parsers.serviceEnvironmentType()Parsers.serviceVersion()Parsers.uuid()QuestionAnswerType.Parser<eu.cloudnetservice.driver.network.HostAndPort> Parsers.validatedHostAndPort(boolean withPort) Methods in eu.cloudnetservice.node.impl.console.animation.setup.answer with parameters of type QuestionAnswerType.ParserModifier and TypeMethodDescriptionfinal <T> QuestionAnswerType.Parser<T> Parsers.allOf(QuestionAnswerType.Parser<T>... parsers) <I,O> QuestionAnswerType.Parser <O> Parsers.andThen(QuestionAnswerType.Parser<I> parser, @NonNull Function<I, O> combiner) QuestionAnswerType.Parser<eu.cloudnetservice.driver.network.HostAndPort> Parsers.nonWildcardHost(QuestionAnswerType.Parser<eu.cloudnetservice.driver.network.HostAndPort> parser) QuestionAnswerType.Builder.parser(@NonNull QuestionAnswerType.Parser<T> parser) Constructors in eu.cloudnetservice.node.impl.console.animation.setup.answer with parameters of type QuestionAnswerType.ParserModifierConstructorDescriptionQuestionAnswerType(@NonNull QuestionAnswerType.Parser<T> parser, @Nullable String recommendation, @NonNull Supplier<Collection<String>> possibleResults, @NonNull Collection<BiConsumer<QuestionAnswerType<T>, T>> resultListener, @NonNull BiFunction<QuestionAnswerType<?>, String, String> invalidInputSupplier) Creates an instance of aQuestionAnswerTyperecord class.