Interface UpdateItemHandler<C extends HasItems<?,?,?>, S extends HasIdentifier<?,?>>
- Type Parameters:
C- the type of the component containing the items, which extendsHasItemsS- the type of the items being updated, which extendsHasIdentifier
- 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 UpdateItemHandler<C extends HasItems<?,?,?>, S extends HasIdentifier<?,?>>
A functional interface that defines a handler invoked when an item is updated in a component implementing
HasItems.-
Method Summary