Interface MenuType.Typed<V extends InventoryView>

Type Parameters:
V - the generic type of InventoryView that represents the view type.
All Superinterfaces:
Keyed, Keyed, MenuType
Enclosing interface:
MenuType

public static interface MenuType.Typed<V extends InventoryView> extends MenuType
Typed represents a subtype of MenuTypes that have a known InventoryView type at compile time.