scalata.domain.entities.components.Usable
See theUsable companion object
Type-class describing an item that can be used by an entity.
==== Contract ====
-
A – concrete item subtype.
-
E – entity subtype that can own / use the item.
-
usereturns a new instance of the owner reflecting the item’s effect (pure, no mutation).
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Members list
In this article