NextFaze/power-adapters

Replace TreeAdapter with nest()

Opened this issue · 0 comments

Replace TreeAdapter with a more general, easier to use nest operator.

  • Example usage: PowerAdapter.nest(position -> newAdapter(position))
  • Eliminate setExpanded() in favor of handling expansion using conditionals
  • Deprecate TreeAdapter