Id

scalax.collection.io.dot.Id$
See theId companion class
object Id

Attributes

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

Members list

Value members

Concrete methods

def apply(id: Long): Id
def apply(id: Double): Id
def apply(id: String): Id

Verifies 'id' and quotes it if necessary.

Verifies 'id' and quotes it if necessary.

Attributes

def unapply(id: Id): Option[(String, Boolean)]