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 . |
identity
Copyright © 2018 Vaadin Ltd. All rights reserved.