Package org.vaadin.tatu
Interface BeanTable.StringProvider<T>
- All Superinterfaces:
Function<T,,String> Serializable,com.vaadin.flow.function.SerializableFunction<T,,String> com.vaadin.flow.function.ValueProvider<T,String>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public static interface BeanTable.StringProvider<T>
extends com.vaadin.flow.function.ValueProvider<T,String>
-
Method Summary