IntrusiveList

scair.utils.IntrusiveList
See theIntrusiveList companion class
object IntrusiveList

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def apply[A <: IntrusiveNode[A]](elems: A*): IntrusiveList[A]
def empty[A <: IntrusiveNode[A]]: IntrusiveList[A]
def from[A <: IntrusiveNode[A]](i: IterableOnce[A]): IntrusiveList[A]
def unapplySeq[A <: IntrusiveNode[A]](list: IntrusiveList[A]): Some[Seq[A]]