new
Creates a new entity in storage with the given identifier.
Return
The created entity.
Parameters
id
The unique identifier for the entity.
factory
A lambda that produces the initial entity when called.
Creates a new entity in storage with the given identifier.
The created entity.
The unique identifier for the entity.
A lambda that produces the initial entity when called.