DotMap

lofi_acl.collections.DotMap
See theDotMap companion class
object DotMap

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
DotMap.type

Members list

Value members

Concrete methods

def empty[V <: AnyRef : ClassTag]: DotMap[V]
def from[V <: AnyRef : ClassTag](it: Iterable[(Dot, V)]): DotMap[V]