Object

ltbs.uniform

Input

Related Doc: package uniform

Permalink

implicit object Input extends MapTree[String, List[String]]

Linear Supertypes
uniform.MapTree[String, List[String]], TreeLike[Map[List[String], List[String]]], Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Input
  2. MapTree
  3. TreeLike
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Key = String

    Permalink
    Definition Classes
    MapTreeTreeLike
  2. type T = Map[List[String], List[String]]

    Permalink
    Definition Classes
    MapTree
  3. type Value = List[String]

    Permalink
    Definition Classes
    MapTreeTreeLike

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def /(a: Map[List[String], List[String]], key: Key): Map[List[String], List[String]]

    Permalink

    gives the subtree at a given key

    gives the subtree at a given key

    Definition Classes
    TreeLike
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. def appendWith(a: T, key: Key): T

    Permalink
    Definition Classes
    MapTreeTreeLike
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def atPath(a: Map[List[String], List[String]], path: List[Key]): Map[List[String], List[String]]

    Permalink

    gives the subtree at a given path

    gives the subtree at a given path

    Definition Classes
    TreeLike
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def definedAt(a: Map[List[String], List[String]], key: Key): Boolean

    Permalink

    returns 'true' if there is a subtree at the given key

    returns 'true' if there is a subtree at the given key

    Definition Classes
    TreeLike
  10. def definedAtPath(a: Map[List[String], List[String]], key: List[Key]): Boolean

    Permalink

    returns 'true' if there is a subtree at the given path

    returns 'true' if there is a subtree at the given path

    Definition Classes
    TreeLike
  11. def definedAtRoot(a: Map[List[String], List[String]]): Boolean

    Permalink

    returns 'true' if there is a subtree at the given path

    returns 'true' if there is a subtree at the given path

    Definition Classes
    TreeLike
  12. val empty: Map[List[String], List[String]]

    Permalink

    a null-graph (no verticies/K0)

    a null-graph (no verticies/K0)

    Definition Classes
    MapTreeTreeLike
  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def fromUrlEncodedString(in: String): Either[ErrorTree, Input]

    Permalink

    Extract an Input from a UTF-8 URL encoded String.

  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. def isEmpty(a: Map[List[String], List[String]]): Boolean

    Permalink
    Definition Classes
    TreeLike
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isNonEmpty(a: Map[List[String], List[String]]): Boolean

    Permalink
    Definition Classes
    TreeLike
  22. def listSubtrees(a: T): List[Key]

    Permalink
    Definition Classes
    MapTreeTreeLike
  23. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. def one(in: Value): T

    Permalink

    create a tree with a single vertex (a singleton graph)

    create a tree with a single vertex (a singleton graph)

    Definition Classes
    MapTreeTreeLike
  27. def prefixWith(a: T, key: Key): T

    Permalink

    Add an key to the start of each existing key, effectively creating a new tree with the existing tree as a single subtree

    Add an key to the start of each existing key, effectively creating a new tree with the existing tree as a single subtree

    Definition Classes
    MapTreeTreeLike
  28. def prefixWithMany(value: Map[List[String], List[String]], key: List[Key]): Map[List[String], List[String]]

    Permalink
    Definition Classes
    TreeLike
  29. def subTree(a: T, key: Key): T

    Permalink

    gives the subtree at a given key

    gives the subtree at a given key

    Definition Classes
    MapTreeTreeLike
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. def valueAt(a: Map[List[String], List[String]], key: Key): Option[Value]

    Permalink
    Definition Classes
    TreeLike
  33. def valueAtPath(a: Map[List[String], List[String]], key: List[Key]): Option[Value]

    Permalink
    Definition Classes
    TreeLike
  34. def valueAtRoot(a: T): Option[Value]

    Permalink
    Definition Classes
    MapTreeTreeLike
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from uniform.MapTree[String, List[String]]

Inherited from TreeLike[Map[List[String], List[String]]]

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped