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