Repository

io.github.pervasivecats.items.itemcategory.Repository
See theRepository companion object

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def add(name: Name, description: Description): Validated[ItemCategory]
def remove(itemCategory: ItemCategory): Validated[Unit]
def update(itemCategory: ItemCategory, name: Name, description: Description): Validated[Unit]