clear method

T clear()
inherited

Implementation

Self clear() {
  commander().clear();
  return this as Self;
}