LeftChild

sealed trait LeftChild[+T, +P, +H, +A] extends Left with Child[T, P, H, A]
trait Child[T, P, H, A]
trait Writable
trait Left
class Object
trait Matchable
class Any
trait LeftNonEmptyChild[T, P, H, A]
trait Leaf[T, P, H, A]
trait LeftChildBranch[T, P, H, A]
object Empty

Value members

Inherited methods

def write(out: DataOutput): Unit
Inherited from
Writable