Node

object Node

Constructs and deconstructs Node values.

Companion:
class
class Object
trait Matchable
class Any
Node.type

Value members

Concrete methods

def apply(path: String)(implicit zk: Zookeeper): Node
def apply(path: Path)(implicit zk: Zookeeper): Node
def unapply(node: Node): Option[Path]