Attachment

object Attachment

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.

class Object
trait Matchable
class Any

Type members

Classlikes

trait Container extends LinkSource

A trait for objects that can contain attachments

A trait for objects that can contain attachments

trait LinkSource

An implementation trait for attachments. Clients should inherit from Container instead.

An implementation trait for attachments. Clients should inherit from Container instead.