Class/Object

lspace.librarian.process.traversal

Traversal

Related Docs: object Traversal | package traversal

Permalink

case class Traversal[+ST <: ClassType[_], +ET <: ClassType[_], Segments <: HList](segments: Segments)(target: Graph, st: ST, et: ET) extends Product with Serializable

TODO: try to convert End to shapeless.Coproduct

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Traversal
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Traversal(segments: Segments)(target: Graph, st: ST, et: ET)

    Permalink
    Attributes
    protected[lspace]

Value Members

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++[ST0 <: ClassType[_], ET0 <: ClassType[_], Segments0 <: HList, Out <: HList](traversal: Traversal[ST0, ET0, Segments0])(implicit p1: shapeless.ops.hlist.Prepend.Aux[Segments, Segments0, Out]): Traversal[ST, ET0, Out]

    Permalink
  4. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(o: Any): Boolean

    Permalink
    Definition Classes
    Traversal → Equals → AnyRef → Any
  9. val et: ET

    Permalink
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  16. def prettyPrint: String

    Permalink
  17. lazy val segmentList: List[Segment[HList]]

    Permalink
  18. val segments: Segments

    Permalink
  19. val st: ST

    Permalink
  20. lazy val steps: List[Step]

    Permalink
  21. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  22. val target: Graph

    Permalink
  23. lazy val toNode: Node

    Permalink
  24. def toUntypedObservable: Observable[Any]

    Permalink
  25. def toUntypedStream: Stream[Any]

    Permalink
  26. def toUntypedStreamTask: Task[Stream[Any]]

    Permalink
  27. def untyped: UntypedTraversal

    Permalink
  28. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. def withGraph(graph: Graph): Traversal[ST, ET, Segments]

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped