add
Add a new member with access to the instance being written.
Return
the added Member which may be configured further
Parameters
the member name
Add a new member with a static value.
Return
the added Member which may be configured further
Parameters
the value type
the member name
the member value
Add a new member with a supplied value.
Return
the added Member which may be configured further
Parameters
the value type
the member name
a supplier of the value
Add a new member with an extracted value.
Return
the added Member which may be configured further
Parameters
the value type
the member name
a function to extract the value
Add a new member with access to the instance being written. The member is added without a name, so one of the Member.using(...)
methods must be used to complete the configuration.
Return
the added Member which may be configured further