Attachment
object Attachment
A class inheriting from Attachment.Container supports adding, removing and lookup of attachments. Attachments are typed key/value pairs.
A class inheriting from Attachment.Container supports adding, removing and lookup of attachments. Attachments are typed key/value pairs.
Attachments whose key is an instance of StickyKey
will be kept when the attachments
are copied using withAttachmentsFrom
.
Type members
Classlikes
trait LinkSource
An implementation trait for attachments. Clients should inherit from Container instead.
An implementation trait for attachments. Clients should inherit from Container instead.