Uses of Class
io.github.sosuisen.jfxbuilder.web.PromptDataBuilder
Packages that use PromptDataBuilder
-
Uses of PromptDataBuilder in io.github.sosuisen.jfxbuilder.web
Methods in io.github.sosuisen.jfxbuilder.web that return PromptDataBuilderModifier and TypeMethodDescriptionPromptDataBuilder.apply
(Consumer<PromptData> func) Applies a function to the PromptData instance being constructed.static PromptDataBuilder
Accepts the constructor arguments ofPromptData(String, String)
and returns an instance ofPromptDataBuilder
.