Siblings

laika.ast.DocumentCursor.Siblings
class Siblings(documents: Vector[DocumentCursor])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

The next document in a flattened tree view or None if this is the cursor points to the last document.

The next document in a flattened tree view or None if this is the cursor points to the last document.

Attributes

The previous document in a flattened tree view or None if this is the cursor points to the first document.

The previous document in a flattened tree view or None if this is the cursor points to the first document.

Attributes

Concrete fields

lazy val currentIndex: Int