Attachments

emil.Attachments
See theAttachments companion object
final case class Attachments[F[_]](all: Vector[Attachment[F]])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def ++(next: Attachments[F]): Attachments[F]
def add(attach: Attachment[F]): Attachments[F]
def isEmpty: Boolean
def nonEmpty: Boolean
def size: Int

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product