Node

com.loopfor.zookeeper.Node$
See theNode companion trait
object Node

Constructs and deconstructs Node values.

Attributes

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

Members list

Concise view

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]