Node

zhttp.clients.util.Node$
See theNode companion class
object Node

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Node.type

Members list

Concise view

Value members

Concrete methods

def apply[A](a: A, next: Node[A])(implicit ord: A => Ordered[A]): Node[A]
def constructEmpty[A](last: Node[A])(implicit ord: A => Ordered[A]): Node[A]