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 any2stringfmt
  4. by any2ArrowAssoc
  5. by any2Ensuring
  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: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

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

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. val _1: String

    Definition Classes
    Tuple2 → Product2
  9. val _2: String

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

    Definition Classes
    Any
  11. def clone(): AnyRef

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

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

  13. val edgesId: String

  14. 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 any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (SectionId) ⇒ Boolean): SectionId

    Implicit information
    This member is added by an implicit conversion from SectionId to Ensuring[SectionId] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. 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 any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): SectionId

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

    Definition Classes
    AnyRef
  19. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  22. 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
  23. def isEdges(id: String): Boolean

    Returns whether id equals to edgesId of this SectionId.

  24. final def isInstanceOf[T0]: Boolean

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

    Returns whether id equals to nodesId of this SectionId.

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

    Definition Classes
    AnyRef
  27. val nodesId: String

  28. final def notify(): Unit

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

    Definition Classes
    AnyRef
  30. def productArity: Int

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

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

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

    Definition Classes
    AnyRef
  34. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. 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
  39. def [B](y: B): (SectionId, B)

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

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from SectionId to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (sectionId: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from SectionId to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (sectionId: StringFormat).self
    Definition Classes
    StringFormat
  3. 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.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (sectionId: Ops[String, String]).x
    Definition Classes
    Ops

Deprecated Value Members

  1. def x: SectionId

    Implicit information
    This member is added by an implicit conversion from SectionId to ArrowAssoc[SectionId] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (sectionId: ArrowAssoc[SectionId]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: SectionId

    Implicit information
    This member is added by an implicit conversion from SectionId to Ensuring[SectionId] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (sectionId: Ensuring[SectionId]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

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 StringAdd

Inherited by implicit conversion any2stringfmt from SectionId to StringFormat

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

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

Ungrouped