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
TreeList.type

Members list

Type members

Classlikes

object NonEmpty

Attributes

Source
TreeList.scala
Supertypes
class Object
trait Matchable
class Any
Self type
NonEmpty.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
type MirroredLabel <: String

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

Implicits

Attributes

Source
TreeList.scala

Attributes

Source
TreeList.scala
implicit def catsCollectionTreeListShow[A : Show]: Show[TreeList[A]]

Attributes

Source
TreeList.scala

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