Uses of Interface
com.vaadin.flow.function.SerializableSupplier
-
Packages that use SerializableSupplier Package Description com.vaadin.flow.server.communication com.vaadin.flow.server.frontend -
-
Uses of SerializableSupplier in com.vaadin.flow.server.communication
Constructors in com.vaadin.flow.server.communication with parameters of type SerializableSupplier Constructor Description PwaHandler(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 SerializableSupplier Modifier and Type Method Description voidFrontendToolsSettings. setAlternativeDirGetter(SerializableSupplier<String> alternativeDirGetter)Set the installation directory if no tools are found.Constructors in com.vaadin.flow.server.frontend with parameters of type SerializableSupplier Constructor Description FrontendToolsSettings(String baseDir, SerializableSupplier<String> alternativeDirGetter)Create a tools configuration object.
-