The relationship-value pairs.
Returns the value associated with the given relationship if the relationship is included.
Returns the value associated with the given relationship if the relationship is included.
Returns Some(relationshipValue) if the relationship is included, or None otherwise.
The relationships target type.
Value container type (scala.Option, scala.Seq, ...)
The relationship to look up.
Returns a new set of includes, in which the given relationship's included value is updated to the given value.
Returns a new set of includes, in which the given relationship's included value is updated to the given value.
Includes the given relationship with the given value if the relationship was not already included. Changes the given relationship's value to the new value if the relationship was already included.
The relationships target type.
Value container type (scala.Option, scala.Seq, ...)
The relationship of which the value is to be updated.
The updated relationship value.
Set of relationship-value pairs that can be included onto an entity instance.
Should be instantiated through its companion object.
The ower entity's type.