Interface OptionalCategoryProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Optional<Category>
getCategory()
Returns the optionalCategory
.
-
Modifier and Type | Method | Description |
---|---|---|
java.util.Optional<Category> |
getCategory() |
Returns the optional
Category . |