Returns true if this has already been called, otherwise false.
@override bool isEvaluated() { return _val == null ? false : true; }