isOpen method

bool isOpen()

Converts enum value to boolean

Implementation

bool isOpen() {
  return this == HeadState.open;
}