TreeList

cats.collections.TreeList$
See theTreeList companion class
object TreeList

Attributes

Companion:
class
Source:
TreeList.scala
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

object NonEmpty

Attributes

Source:
TreeList.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

def empty[A]: TreeList[A]

Attributes

Source:
TreeList.scala
def fromList[A](list: List[A]): TreeList[A]

Attributes

Source:
TreeList.scala
def fromListReverse[A](list: List[A]): TreeList[A]

Attributes

Source:
TreeList.scala

Concrete fields

val Empty: TreeList[Nothing]

Attributes

Source:
TreeList.scala

Implicits

Inherited implicits

implicit def catsCollectionTreeListEq[A : Eq]: Eq[TreeList[A]]

Attributes

Inherited from:
TreeListInstances1 (hidden)
Source:
TreeList.scala

Attributes

Inherited from:
TreeListInstances0 (hidden)
Source:
TreeList.scala