Package org.jboss.hal.ballroom.listview
Interface ItemRenderer<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 ItemRenderer<T>
Function which turns an item into anItemDisplay.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ItemDisplay<T>render(T item)
-
-
-
Method Detail
-
render
ItemDisplay<T> render(T item)
-
-