scalax.collection.io.json.descriptor

SectionId

class SectionId extends (String, String)

Contains string constants to denote node/edge sections in a JSON text.

An individual instance of this class may be passed to Descriptor if non-default section id's are to be used.

Linear Supertypes
(String, String), Serializable, Serializable, Product2[String, String], Product, Equals, AnyRef, Any
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SectionId
  2. Tuple2
  3. Serializable
  4. Serializable
  5. Product2
  6. Product
  7. Equals
  8. AnyRef
  9. Any
Implicitly
  1. by tuple2ToZippedOps
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SectionId(nodesId: String, edgesId: String)

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from SectionId to any2stringadd[SectionId] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SectionId, B)

    Implicit information
    This member is added by an implicit conversion from SectionId to ArrowAssoc[SectionId] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. val _1: String

    Definition Classes
    Tuple2 → Product2
  7. val _2: String

    Definition Classes
    Tuple2 → Product2
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def contains(id: String): Boolean

    Returns whether id is one of nodesId or edgesId of this SectionId.

  11. val edgesId: String

  12. def ensuring(cond: (SectionId) ⇒ Boolean, msg: ⇒ Any): SectionId

    Implicit information
    This member is added by an implicit conversion from SectionId to Ensuring[SectionId] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (SectionId) ⇒ Boolean): SectionId

    Implicit information
    This member is added by an implicit conversion from SectionId to Ensuring[SectionId] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): SectionId

    Implicit information
    This member is added by an implicit conversion from SectionId to Ensuring[SectionId] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): SectionId

    Implicit information
    This member is added by an implicit conversion from SectionId to Ensuring[SectionId] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from SectionId to StringFormat[SectionId] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  19. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  20. def invert[El1, CC1[X] <: TraversableOnce[X], El2, CC2[X] <: TraversableOnce[X], That](implicit w1: <:<[String, CC1[El1]], w2: <:<[String, CC2[El2]], bf: CanBuildFrom[CC1[_], (El1, El2), That]): That

    Implicit information
    This member is added by an implicit conversion from SectionId to Ops[String, String] performed by method tuple2ToZippedOps in scala.Predef.
    Definition Classes
    Ops
  21. def isEdges(id: String): Boolean

    Returns whether id equals to edgesId of this SectionId.

  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def isNodes(id: String): Boolean

    Returns whether id equals to nodesId of this SectionId.

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. val nodesId: String

  26. final def notify(): Unit

    Definition Classes
    AnyRef
  27. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  28. def productArity: Int

    Definition Classes
    Product2 → Product
  29. def productElement(n: Int): Any

    Definition Classes
    Product2 → Product
    Annotations
    @throws( ... )
  30. def swap: (String, String)

    Definition Classes
    Tuple2
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    Tuple2 → AnyRef → Any
  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. val x: (String, String)

    Implicit information
    This member is added by an implicit conversion from SectionId to Ops[String, String] performed by method tuple2ToZippedOps in scala.Predef.
    Definition Classes
    Ops
  37. def zipped[El1, Repr1, El2, Repr2](implicit w1: (String) ⇒ TraversableLike[El1, Repr1], w2: (String) ⇒ IterableLike[El2, Repr2]): Tuple2Zipped[El1, Repr1, El2, Repr2]

    Implicit information
    This member is added by an implicit conversion from SectionId to Ops[String, String] performed by method tuple2ToZippedOps in scala.Predef.
    Definition Classes
    Ops
  38. def [B](y: B): (SectionId, B)

    Implicit information
    This member is added by an implicit conversion from SectionId to ArrowAssoc[SectionId] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from (String, String)

Inherited from Serializable

Inherited from Serializable

Inherited from Product2[String, String]

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion tuple2ToZippedOps from SectionId to Ops[String, String]

Inherited by implicit conversion any2stringadd from SectionId to any2stringadd[SectionId]

Inherited by implicit conversion StringFormat from SectionId to StringFormat[SectionId]

Inherited by implicit conversion Ensuring from SectionId to Ensuring[SectionId]

Inherited by implicit conversion ArrowAssoc from SectionId to ArrowAssoc[SectionId]

Ungrouped