org.w3.banana

PointedGraphs

class PointedGraphs[Rdf <: RDF] extends Iterable[PointedGraph[Rdf]]

Linear Supertypes
Iterable[PointedGraph[Rdf]], IterableLike[PointedGraph[Rdf], Iterable[PointedGraph[Rdf]]], Equals, GenIterable[PointedGraph[Rdf]], GenIterableLike[PointedGraph[Rdf], Iterable[PointedGraph[Rdf]]], Traversable[PointedGraph[Rdf]], GenTraversable[PointedGraph[Rdf]], GenericTraversableTemplate[PointedGraph[Rdf], Iterable], TraversableLike[PointedGraph[Rdf], Iterable[PointedGraph[Rdf]]], GenTraversableLike[PointedGraph[Rdf], Iterable[PointedGraph[Rdf]]], Parallelizable[PointedGraph[Rdf], ParIterable[PointedGraph[Rdf]]], TraversableOnce[PointedGraph[Rdf]], GenTraversableOnce[PointedGraph[Rdf]], FilterMonadic[PointedGraph[Rdf], Iterable[PointedGraph[Rdf]]], HasNewBuilder[PointedGraph[Rdf], Iterable[PointedGraph[Rdf]]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PointedGraphs
  2. Iterable
  3. IterableLike
  4. Equals
  5. GenIterable
  6. GenIterableLike
  7. Traversable
  8. GenTraversable
  9. GenericTraversableTemplate
  10. TraversableLike
  11. GenTraversableLike
  12. Parallelizable
  13. TraversableOnce
  14. GenTraversableOnce
  15. FilterMonadic
  16. HasNewBuilder
  17. AnyRef
  18. Any
Implicitly
  1. by traversable2ops
  2. by MonadOps
  3. by any2stringadd
  4. by any2stringfmt
  5. by any2ArrowAssoc
  6. by any2Ensuring
  7. by alternateImplicit
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PointedGraphs(nodes: Iterable[Rdf.Node], graph: Rdf.Graph)

Type Members

  1. type Self = Iterable[PointedGraph[Rdf]]

    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  2. class WithFilter extends FilterMonadic[A, Repr]

    Definition Classes
    TraversableLike

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 PointedGraphs[Rdf] to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ++[B >: PointedGraph[Rdf], That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[PointedGraph[Rdf]], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  6. def ++:[B >: PointedGraph[Rdf], That](that: Traversable[B])(implicit bf: CanBuildFrom[Iterable[PointedGraph[Rdf]], B, That]): That

    Definition Classes
    TraversableLike
  7. def ++:[B >: PointedGraph[Rdf], That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[PointedGraph[Rdf]], B, That]): That

    Definition Classes
    TraversableLike
  8. def ->[B](y: B): (PointedGraphs[Rdf], B)

    Implicit information
    This member is added by an implicit conversion from PointedGraphs[Rdf] to ArrowAssoc[PointedGraphs[Rdf]] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  9. def /(p: Rdf.URI)(implicit ops: RDFOps[Rdf]): PointedGraphs[Rdf]

  10. def /:[B](z: B)(op: (B, PointedGraph[Rdf]) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  11. def :\[B](z: B)(op: (PointedGraph[Rdf], B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  12. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  14. def addString(b: StringBuilder): StringBuilder

    Definition Classes
    TraversableOnce
  15. def addString(b: StringBuilder, sep: String): StringBuilder

    Definition Classes
    TraversableOnce
  16. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Definition Classes
    TraversableOnce
  17. def aggregate[B](z: B)(seqop: (B, PointedGraph[Rdf]) ⇒ B, combop: (B, B) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  18. def as[T](implicit fromPG: FromPG[Rdf, T]): Try[T]

  19. def as2[T1, T2](implicit fromPG1: FromPG[Rdf, T1], fromPG2: FromPG[Rdf, T2]): Try[(T1, T2)]

  20. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  21. def asOption[T](implicit fromPG: FromPG[Rdf, T]): Try[Option[T]]

    returns optionally a T (though the implicit binder) if it is available.

    returns optionally a T (though the implicit binder) if it is available. that's a good way to know if a particular rdf object was there

    note: this is very different from as[Option[T]], which is an encoding of an Option in RDF

  22. def asOption2[T1, T2](implicit fromPG1: FromPG[Rdf, T1], fromPG2: FromPG[Rdf, T2]): Try[Option[(T1, T2)]]

  23. def asParIterable: ParIterable[PointedGraph[Rdf]]

    Implicit information
    This member is added by an implicit conversion from PointedGraphs[Rdf] to TraversableOps[PointedGraph[Rdf]] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  24. def asParSeq: ParSeq[PointedGraph[Rdf]]

    Implicit information
    This member is added by an implicit conversion from PointedGraphs[Rdf] to TraversableOps[PointedGraph[Rdf]] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  25. def asSet[T](implicit fromPG: FromPG[Rdf, T]): Try[Set[T]]

    sees the nodes for this PointedGraphs as an iterator, after they were bound successfully to a T thought an implicit PGBinder.

    sees the nodes for this PointedGraphs as an iterator, after they were bound successfully to a T thought an implicit PGBinder. it is a success only if all the bindings were successful themselves

    note: this is very different from as[List[T]], which is an encoding of a List in RDF

  26. def asSet2[T1, T2](implicit fromPG1: FromPG[Rdf, T1], fromPG2: FromPG[Rdf, T2]): Try[Set[(T1, T2)]]

  27. def canEqual(that: Any): Boolean

    Definition Classes
    IterableLike → Equals
  28. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. def collect[B, That](pf: PartialFunction[PointedGraph[Rdf], B])(implicit bf: CanBuildFrom[Iterable[PointedGraph[Rdf]], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  30. def collectFirst[B](pf: PartialFunction[PointedGraph[Rdf], B]): Option[B]

    Definition Classes
    TraversableOnce
  31. def companion: GenericCompanion[Iterable]

    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  32. def copyToArray[B >: PointedGraph[Rdf]](xs: Array[B], start: Int, len: Int): Unit

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  33. def copyToArray[B >: PointedGraph[Rdf]](xs: Array[B]): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  34. def copyToArray[B >: PointedGraph[Rdf]](xs: Array[B], start: Int): Unit

    Definition Classes
    TraversableOnce → GenTraversableOnce
  35. def copyToBuffer[B >: PointedGraph[Rdf]](dest: Buffer[B]): Unit

    Definition Classes
    TraversableOnce
  36. def count(p: (PointedGraph[Rdf]) ⇒ Boolean): Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  37. def drop(n: Int): Iterable[PointedGraph[Rdf]]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  38. def dropRight(n: Int): Iterable[PointedGraph[Rdf]]

    Definition Classes
    IterableLike
  39. def dropWhile(p: (PointedGraph[Rdf]) ⇒ Boolean): Iterable[PointedGraph[Rdf]]

    Definition Classes
    TraversableLike → GenTraversableLike
  40. def ensuring(cond: (PointedGraphs[Rdf]) ⇒ Boolean, msg: ⇒ Any): PointedGraphs[Rdf]

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  46. def exactlyOneAs[T](implicit fromPG: FromPG[Rdf, T]): Try[T]

  47. def exactlyOnePointedGraph: Try[PointedGraph[Rdf]]

  48. def exists(p: (PointedGraph[Rdf]) ⇒ Boolean): Boolean

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  49. def filter(p: (PointedGraph[Rdf]) ⇒ Boolean): Iterable[PointedGraph[Rdf]]

    Definition Classes
    TraversableLike → GenTraversableLike
  50. def filterNot(p: (PointedGraph[Rdf]) ⇒ Boolean): Iterable[PointedGraph[Rdf]]

    Definition Classes
    TraversableLike → GenTraversableLike
  51. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  52. def find(p: (PointedGraph[Rdf]) ⇒ Boolean): Option[PointedGraph[Rdf]]

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  53. def flatMap[B, That](f: (PointedGraph[Rdf]) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[PointedGraph[Rdf]], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  54. def flatten[B](implicit asTraversable: (PointedGraph[Rdf]) ⇒ GenTraversableOnce[B]): Iterable[B]

    Definition Classes
    GenericTraversableTemplate
  55. def fold[A1 >: PointedGraph[Rdf]](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  56. def foldLeft[B](z: B)(op: (B, PointedGraph[Rdf]) ⇒ B): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  57. def foldRight[B](z: B)(op: (PointedGraph[Rdf], B) ⇒ B): B

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  58. def forall(p: (PointedGraph[Rdf]) ⇒ Boolean): Boolean

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  59. def foreach[U](f: (PointedGraph[Rdf]) ⇒ U): Unit

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  60. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from PointedGraphs[Rdf] to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  61. def genericBuilder[B]: Builder[B, Iterable[B]]

    Definition Classes
    GenericTraversableTemplate
  62. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  63. val graph: Rdf.Graph

  64. def groupBy[K](f: (PointedGraph[Rdf]) ⇒ K): Map[K, Iterable[PointedGraph[Rdf]]]

    Definition Classes
    TraversableLike → GenTraversableLike
  65. def grouped(size: Int): Iterator[Iterable[PointedGraph[Rdf]]]

    Definition Classes
    IterableLike
  66. def hasDefiniteSize: Boolean

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  67. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  68. def head: PointedGraph[Rdf]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  69. def headOption: Option[PointedGraph[Rdf]]

    Definition Classes
    TraversableLike → GenTraversableLike
  70. def ifParSeq[R](isbody: (ParSeq[PointedGraph[Rdf]]) ⇒ R): (TraversableOps[PointedGraph[Rdf]])#Otherwise[R]

    Implicit information
    This member is added by an implicit conversion from PointedGraphs[Rdf] to TraversableOps[PointedGraph[Rdf]] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  71. def init: Iterable[PointedGraph[Rdf]]

    Definition Classes
    TraversableLike → GenTraversableLike
  72. def inits: Iterator[Iterable[PointedGraph[Rdf]]]

    Definition Classes
    TraversableLike
  73. def isEmpty: Boolean

    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  74. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  75. def isParIterable: Boolean

    Implicit information
    This member is added by an implicit conversion from PointedGraphs[Rdf] to TraversableOps[PointedGraph[Rdf]] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  76. def isParSeq: Boolean

    Implicit information
    This member is added by an implicit conversion from PointedGraphs[Rdf] to TraversableOps[PointedGraph[Rdf]] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  77. def isParallel: Boolean

    Implicit information
    This member is added by an implicit conversion from PointedGraphs[Rdf] to TraversableOps[PointedGraph[Rdf]] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  78. final def isTraversableAgain: Boolean

    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  79. def iterator: Iterator[PointedGraph[Rdf]]

    Definition Classes
    PointedGraphs → IterableLike → GenIterableLike
  80. def last: PointedGraph[Rdf]

    Definition Classes
    TraversableLike → GenTraversableLike
  81. def lastOption: Option[PointedGraph[Rdf]]

    Definition Classes
    TraversableLike → GenTraversableLike
  82. def map[B, That](f: (PointedGraph[Rdf]) ⇒ B)(implicit bf: CanBuildFrom[Iterable[PointedGraph[Rdf]], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  83. def max[B >: PointedGraph[Rdf]](implicit cmp: Ordering[B]): PointedGraph[Rdf]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  84. def maxBy[B](f: (PointedGraph[Rdf]) ⇒ B)(implicit cmp: Ordering[B]): PointedGraph[Rdf]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  85. def min[B >: PointedGraph[Rdf]](implicit cmp: Ordering[B]): PointedGraph[Rdf]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  86. def minBy[B](f: (PointedGraph[Rdf]) ⇒ B)(implicit cmp: Ordering[B]): PointedGraph[Rdf]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  87. def mkString: String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  88. def mkString(sep: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  89. def mkString(start: String, sep: String, end: String): String

    Definition Classes
    TraversableOnce → GenTraversableOnce
  90. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  91. def newBuilder: Builder[PointedGraph[Rdf], Iterable[PointedGraph[Rdf]]]

    Attributes
    protected[this]
    Definition Classes
    GenericTraversableTemplate → HasNewBuilder
  92. val nodes: Iterable[Rdf.Node]

  93. def nonEmpty: Boolean

    Definition Classes
    TraversableOnce → GenTraversableOnce
  94. final def notify(): Unit

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

    Definition Classes
    AnyRef
  96. def par: ParIterable[PointedGraph[Rdf]]

    Definition Classes
    Parallelizable
  97. def parCombiner: Combiner[PointedGraph[Rdf], ParIterable[PointedGraph[Rdf]]]

    Attributes
    protected[this]
    Definition Classes
    TraversableLike → Parallelizable
  98. def partition(p: (PointedGraph[Rdf]) ⇒ Boolean): (Iterable[PointedGraph[Rdf]], Iterable[PointedGraph[Rdf]])

    Definition Classes
    TraversableLike → GenTraversableLike
  99. def product[B >: PointedGraph[Rdf]](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  100. def reduce[A1 >: PointedGraph[Rdf]](op: (A1, A1) ⇒ A1): A1

    Definition Classes
    TraversableOnce → GenTraversableOnce
  101. def reduceLeft[B >: PointedGraph[Rdf]](op: (B, PointedGraph[Rdf]) ⇒ B): B

    Definition Classes
    TraversableOnce
  102. def reduceLeftOption[B >: PointedGraph[Rdf]](op: (B, PointedGraph[Rdf]) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  103. def reduceOption[A1 >: PointedGraph[Rdf]](op: (A1, A1) ⇒ A1): Option[A1]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  104. def reduceRight[B >: PointedGraph[Rdf]](op: (PointedGraph[Rdf], B) ⇒ B): B

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  105. def reduceRightOption[B >: PointedGraph[Rdf]](op: (PointedGraph[Rdf], B) ⇒ B): Option[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  106. def repr: Iterable[PointedGraph[Rdf]]

    Definition Classes
    TraversableLike → GenTraversableLike
  107. def reversed: List[PointedGraph[Rdf]]

    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  108. def sameElements[B >: PointedGraph[Rdf]](that: GenIterable[B]): Boolean

    Definition Classes
    IterableLike → GenIterableLike
  109. def scan[B >: PointedGraph[Rdf], That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Iterable[PointedGraph[Rdf]], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  110. def scanLeft[B, That](z: B)(op: (B, PointedGraph[Rdf]) ⇒ B)(implicit bf: CanBuildFrom[Iterable[PointedGraph[Rdf]], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
  111. def scanRight[B, That](z: B)(op: (PointedGraph[Rdf], B) ⇒ B)(implicit bf: CanBuildFrom[Iterable[PointedGraph[Rdf]], B, That]): That

    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  112. def seq: Iterable[PointedGraph[Rdf]]

    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  113. def size: Int

    Definition Classes
    TraversableOnce → GenTraversableOnce
  114. def slice(from: Int, until: Int): Iterable[PointedGraph[Rdf]]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  115. def sliding(size: Int, step: Int): Iterator[Iterable[PointedGraph[Rdf]]]

    Definition Classes
    IterableLike
  116. def sliding(size: Int): Iterator[Iterable[PointedGraph[Rdf]]]

    Definition Classes
    IterableLike
  117. def span(p: (PointedGraph[Rdf]) ⇒ Boolean): (Iterable[PointedGraph[Rdf]], Iterable[PointedGraph[Rdf]])

    Definition Classes
    TraversableLike → GenTraversableLike
  118. def splitAt(n: Int): (Iterable[PointedGraph[Rdf]], Iterable[PointedGraph[Rdf]])

    Definition Classes
    TraversableLike → GenTraversableLike
  119. def stringPrefix: String

    Definition Classes
    TraversableLike → GenTraversableLike
  120. def sum[B >: PointedGraph[Rdf]](implicit num: Numeric[B]): B

    Definition Classes
    TraversableOnce → GenTraversableOnce
  121. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  122. def tail: Iterable[PointedGraph[Rdf]]

    Definition Classes
    TraversableLike → GenTraversableLike
  123. def tails: Iterator[Iterable[PointedGraph[Rdf]]]

    Definition Classes
    TraversableLike
  124. def take(n: Int): Iterable[PointedGraph[Rdf]]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  125. def takeOnePointedGraph: Try[PointedGraph[Rdf]]

  126. def takeRight(n: Int): Iterable[PointedGraph[Rdf]]

    Definition Classes
    IterableLike
  127. def takeWhile(p: (PointedGraph[Rdf]) ⇒ Boolean): Iterable[PointedGraph[Rdf]]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  128. def thisCollection: Iterable[PointedGraph[Rdf]]

    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  129. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, PointedGraph[Rdf], Col[PointedGraph[Rdf]]]): Col[PointedGraph[Rdf]]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  130. def toArray[B >: PointedGraph[Rdf]](implicit arg0: ClassTag[B]): Array[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  131. def toBuffer[B >: PointedGraph[Rdf]]: Buffer[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  132. def toCollection(repr: Iterable[PointedGraph[Rdf]]): Iterable[PointedGraph[Rdf]]

    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  133. def toIndexedSeq: IndexedSeq[PointedGraph[Rdf]]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  134. def toIterable: Iterable[PointedGraph[Rdf]]

    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  135. def toIterator: Iterator[PointedGraph[Rdf]]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  136. def toList: List[PointedGraph[Rdf]]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  137. def toMap[T, U](implicit ev: <:<[PointedGraph[Rdf], (T, U)]): Map[T, U]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  138. def toParArray: ParArray[PointedGraph[Rdf]]

    Implicit information
    This member is added by an implicit conversion from PointedGraphs[Rdf] to TraversableOps[PointedGraph[Rdf]] performed by method traversable2ops in scala.collection.parallel.
    Definition Classes
    TraversableOps
  139. def toSeq: Seq[PointedGraph[Rdf]]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  140. def toSet[B >: PointedGraph[Rdf]]: Set[B]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  141. def toStream: Stream[PointedGraph[Rdf]]

    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  142. def toString(): String

    Definition Classes
    PointedGraphs → TraversableLike → AnyRef → Any
  143. def toTraversable: Traversable[PointedGraph[Rdf]]

    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  144. def toVector: Vector[PointedGraph[Rdf]]

    Definition Classes
    TraversableOnce → GenTraversableOnce
  145. def transpose[B](implicit asTraversable: (PointedGraph[Rdf]) ⇒ GenTraversableOnce[B]): Iterable[Iterable[B]]

    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  146. def unzip[A1, A2](implicit asPair: (PointedGraph[Rdf]) ⇒ (A1, A2)): (Iterable[A1], Iterable[A2])

    Definition Classes
    GenericTraversableTemplate
  147. def unzip3[A1, A2, A3](implicit asTriple: (PointedGraph[Rdf]) ⇒ (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])

    Definition Classes
    GenericTraversableTemplate
  148. def view(from: Int, until: Int): IterableView[PointedGraph[Rdf], Iterable[PointedGraph[Rdf]]]

    Definition Classes
    IterableLike → TraversableLike
  149. def view: IterableView[PointedGraph[Rdf], Iterable[PointedGraph[Rdf]]]

    Definition Classes
    IterableLike → TraversableLike
  150. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  153. def withFilter(p: (PointedGraph[Rdf]) ⇒ Boolean): FilterMonadic[PointedGraph[Rdf], Iterable[PointedGraph[Rdf]]]

    Definition Classes
    TraversableLike → FilterMonadic
  154. def zip[A1 >: PointedGraph[Rdf], B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Iterable[PointedGraph[Rdf]], (A1, B), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  155. def zipAll[B, A1 >: PointedGraph[Rdf], That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Iterable[PointedGraph[Rdf]], (A1, B), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  156. def zipWithIndex[A1 >: PointedGraph[Rdf], That](implicit bf: CanBuildFrom[Iterable[PointedGraph[Rdf]], (A1, Int), That]): That

    Definition Classes
    IterableLike → GenIterableLike
  157. def [B](y: B): (PointedGraphs[Rdf], B)

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

Shadowed Implicit Value Members

  1. def filter(p: (PointedGraph[Rdf]) ⇒ Boolean): TraversableOnce[PointedGraph[Rdf]]

    Implicit information
    This member is added by an implicit conversion from PointedGraphs[Rdf] to MonadOps[PointedGraph[Rdf]] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (pointedGraphs: MonadOps[PointedGraph[Rdf]]).filter(p)
    Definition Classes
    MonadOps
  2. def flatMap[B](f: (PointedGraph[Rdf]) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from PointedGraphs[Rdf] to MonadOps[PointedGraph[Rdf]] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (pointedGraphs: MonadOps[PointedGraph[Rdf]]).flatMap(f)
    Definition Classes
    MonadOps
  3. def map[B](f: (PointedGraph[Rdf]) ⇒ B): TraversableOnce[B]

    Implicit information
    This member is added by an implicit conversion from PointedGraphs[Rdf] to MonadOps[PointedGraph[Rdf]] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (pointedGraphs: MonadOps[PointedGraph[Rdf]]).map(f)
    Definition Classes
    MonadOps
  4. val self: Any

    Implicit information
    This member is added by an implicit conversion from PointedGraphs[Rdf] 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:
    (pointedGraphs: StringAdd).self
    Definition Classes
    StringAdd
  5. val self: Any

    Implicit information
    This member is added by an implicit conversion from PointedGraphs[Rdf] 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:
    (pointedGraphs: StringFormat).self
    Definition Classes
    StringFormat
  6. def withFilter(p: (PointedGraph[Rdf]) ⇒ Boolean): Iterator[PointedGraph[Rdf]]

    Implicit information
    This member is added by an implicit conversion from PointedGraphs[Rdf] to MonadOps[PointedGraph[Rdf]] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (pointedGraphs: MonadOps[PointedGraph[Rdf]]).withFilter(p)
    Definition Classes
    MonadOps

Deprecated Value Members

  1. def /:\[A1 >: PointedGraph[Rdf]](z: A1)(op: (A1, A1) ⇒ A1): A1

    Definition Classes
    GenTraversableOnce
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) use fold instead

  2. def x: PointedGraphs[Rdf]

    Implicit information
    This member is added by an implicit conversion from PointedGraphs[Rdf] to ArrowAssoc[PointedGraphs[Rdf]] 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:
    (pointedGraphs: ArrowAssoc[PointedGraphs[Rdf]]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: PointedGraphs[Rdf]

    Implicit information
    This member is added by an implicit conversion from PointedGraphs[Rdf] to Ensuring[PointedGraphs[Rdf]] 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:
    (pointedGraphs: Ensuring[PointedGraphs[Rdf]]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from Iterable[PointedGraph[Rdf]]

Inherited from IterableLike[PointedGraph[Rdf], Iterable[PointedGraph[Rdf]]]

Inherited from Equals

Inherited from GenIterable[PointedGraph[Rdf]]

Inherited from GenIterableLike[PointedGraph[Rdf], Iterable[PointedGraph[Rdf]]]

Inherited from Traversable[PointedGraph[Rdf]]

Inherited from GenTraversable[PointedGraph[Rdf]]

Inherited from GenericTraversableTemplate[PointedGraph[Rdf], Iterable]

Inherited from TraversableLike[PointedGraph[Rdf], Iterable[PointedGraph[Rdf]]]

Inherited from GenTraversableLike[PointedGraph[Rdf], Iterable[PointedGraph[Rdf]]]

Inherited from Parallelizable[PointedGraph[Rdf], ParIterable[PointedGraph[Rdf]]]

Inherited from TraversableOnce[PointedGraph[Rdf]]

Inherited from GenTraversableOnce[PointedGraph[Rdf]]

Inherited from FilterMonadic[PointedGraph[Rdf], Iterable[PointedGraph[Rdf]]]

Inherited from HasNewBuilder[PointedGraph[Rdf], Iterable[PointedGraph[Rdf]]]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion traversable2ops from PointedGraphs[Rdf] to TraversableOps[PointedGraph[Rdf]]

Inherited by implicit conversion MonadOps from PointedGraphs[Rdf] to MonadOps[PointedGraph[Rdf]]

Inherited by implicit conversion any2stringadd from PointedGraphs[Rdf] to StringAdd

Inherited by implicit conversion any2stringfmt from PointedGraphs[Rdf] to StringFormat

Inherited by implicit conversion any2ArrowAssoc from PointedGraphs[Rdf] to ArrowAssoc[PointedGraphs[Rdf]]

Inherited by implicit conversion any2Ensuring from PointedGraphs[Rdf] to Ensuring[PointedGraphs[Rdf]]

Inherited by implicit conversion alternateImplicit from PointedGraphs[Rdf] to ForceImplicitAmbiguity

Ungrouped