Dependencies

ba.sake.hepek.html.Dependencies
final case class Dependencies(urls: List[String], inlines: List[String], deps: List[Dependency])

Attributes

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

Members list

Value members

Concrete methods

def plusDeps(addDeps: List[Dependency]): Dependencies
def plusDeps(addDeps: Dependency*): Dependencies
def plusInlines(addInlines: List[String]): Dependencies
def plusInlines(addInlines: String*): Dependencies
def plusURLs(addUrls: List[String]): Dependencies
def plusURLs(addUrls: String*): Dependencies
def withDeps(deps: List[Dependency]): Dependencies
def withInlines(inlines: List[String]): Dependencies
def withInlines(inlines: String*): Dependencies
def withUrls(urls: List[String]): Dependencies
def withUrls(urls: String*): Dependencies

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product