PlayerFactory
scalata.application.services.factories.PlayerFactory
class PlayerFactory extends EntityFactory[PlayerFactory, Player, PlayerClasses]
Factory that creates a fresh Player for the requested scalata.domain.util.PlayerClasses.
The factory is pure: every call returns a brand-new instance and does not cache or mutate shared state.
Attributes
- Graph
-
- Supertypes
Members list
In this article