- Type Parameters:
T
- the item type
- All Superinterfaces:
- Function<T,String>, Serializable, SerializableFunction<T,String>
- All Known Subinterfaces:
- DescriptionGenerator<T>
- 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 interface DescriptionGenerator<T>
extends SerializableFunction<T,String>
A callback interface for generating description texts for an item.
- Since:
- 8.2
- Author:
- Vaadin Ltd