T - the item type@FunctionalInterface public interface StyleGenerator<T> extends SerializableFunction<T,String>
| Modifier and Type | Method and Description |
|---|---|
String |
apply(T item)
Gets a class name for the
item. |
identityCopyright © 2021 Vaadin Ltd. All rights reserved.