Uses of Interface
com.vaadin.flow.function.SerializableSupplier
Packages that use SerializableSupplier
-
Uses of SerializableSupplier in com.vaadin.flow.server.communication
Constructors in com.vaadin.flow.server.communication with parameters of type SerializableSupplierModifierConstructorDescriptionPwaHandler(SerializableSupplier<PwaRegistry> pwaRegistryGetter) Creates PwaHandler fromPwaRegistrygetter. -
Uses of SerializableSupplier in com.vaadin.flow.server.frontend
Methods in com.vaadin.flow.server.frontend with parameters of type SerializableSupplierModifier and TypeMethodDescriptionvoidFrontendToolsSettings.setAlternativeDirGetter(SerializableSupplier<String> alternativeDirGetter) Set the installation directory if no tools are found.Constructors in com.vaadin.flow.server.frontend with parameters of type SerializableSupplierModifierConstructorDescriptionFrontendToolsSettings(String baseDir, SerializableSupplier<String> alternativeDirGetter) Create a tools configuration object.