christophsturm
/** * Returns {@code true} if the actual value is defined, i.e. was passed * to the constructor. * * @see #getActual() */ public boolean isActualDefined() { return this.actual != null; }