Interface Pager.ElementTransformer<T>
- Type Parameters:
T
- The class to transform into aComponent
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A Functional interface to transform the given PagedElement into a Chat Component
-
Method Summary
-
Method Details
-
transform
- Parameters:
element
- The element- Returns:
- The element represented as a component
-