changeBinds method

  1. @visibleForTesting
void changeBinds(
  1. List<Bind<Object>> b
)

Implementation

@visibleForTesting
void changeBinds(List<Bind> b) {
  _binds.clear();
  _binds.addAll(b);
}