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
object Empty
trait LeftNonEmptyChild[T, P, H, A]
trait Leaf[T, P, H, A]
trait LeftChildBranch[T, P, H, A]

Value members

Inherited methods

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