Tree

object Tree
class Object
trait Matchable
class Any

Value members

Concrete methods

def blobs[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[BlobConnection, A]): SelectionBuilder[Tree, A]

Blobs of the tree.

Blobs of the tree.

def lastCommit[A](innerSelection: SelectionBuilder[Commit, A]): SelectionBuilder[Tree, Option[A]]

Last commit for the tree.

Last commit for the tree.

def submodules[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[SubmoduleConnection, A]): SelectionBuilder[Tree, A]

Sub-modules of the tree.

Sub-modules of the tree.

def trees[A](after: Option[String], before: Option[String], first: Option[Int], last: Option[Int])(innerSelection: SelectionBuilder[TreeEntryConnection, A]): SelectionBuilder[Tree, A]

Trees of the tree.

Trees of the tree.