Obj

argparse.ini.Obj
See theObj companion object
case class Obj(value: LinkedHashMap[String, Value]) extends Value

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Value
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def lookup(segments: Seq[String]): Option[Value]
def lookup(path: String): Option[Value]

Inherited methods

def obj: LinkedHashMap[String, Value]

Attributes

Inherited from:
Value

Attributes

Inherited from:
Value
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def str: String

Attributes

Inherited from:
Value