Package com.io7m.cardant.model
Interface CAItemRepositType
- All Known Implementing Classes:
CAItemRepositAdd,CAItemRepositMove,CAItemRepositRemove
public sealed interface CAItemRepositType
permits CAItemRepositAdd, CAItemRepositMove, CAItemRepositRemove
The type of item reposit operations.
-
Method Summary
-
Method Details
-
item
CAItemID item()- Returns:
- The item ID
-
count
long count()- Returns:
- The item count
-