buildWithChild abstract method

  1. @protected
Seed buildWithChild(
  1. TreeContext context,
  2. Seed child
)

Describes the subtree for the current configuration and state, embedding child (the downstream link or leaf).

Implementation

@protected
Seed buildWithChild(TreeContext context, Seed child);