Uses of Interface
com.vaadin.flow.function.ValueProvider
Packages that use ValueProvider
-
Uses of ValueProvider in com.vaadin.flow.function
Methods in com.vaadin.flow.function that return ValueProviderModifier and TypeMethodDescriptionstatic <T> ValueProvider<T,T> ValueProvider.identity()Returns a value provider that always returns its input argument.