Uses of Class
io.github.sosuisen.jfxbuilder.controls.MapValueFactoryBuilder
Packages that use MapValueFactoryBuilder
-
Uses of MapValueFactoryBuilder in io.github.sosuisen.jfxbuilder.controls
Methods in io.github.sosuisen.jfxbuilder.controls that return MapValueFactoryBuilderModifier and TypeMethodDescriptionMapValueFactoryBuilder.apply
(Consumer<MapValueFactory<T>> func) Applies a function to the MapValueFactory instance being constructed.static <T> MapValueFactoryBuilder
<T> Accepts the constructor arguments ofMapValueFactory(Object)
and returns an instance ofMapValueFactoryBuilder<T>
.