isEvaluated method

bool isEvaluated()

Returns true if this has already been called, otherwise false.

Implementation

bool isEvaluated() {
  return _isSet;
}