NonEmpty

cats.collections.TreeList.NonEmpty
object NonEmpty

Attributes

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

Members list

Value members

Concrete methods

def apply[A](head: A, tail: TreeList[A]): TreeList[A]

Attributes

Source
TreeList.scala
def unapply[A](fa: TreeList[A]): Option[(A, TreeList[A])]

Attributes

Source
TreeList.scala