Execution a function if the Optional value is absent.
void ifAbsent(void ifAbsent()) { if (!isPresent) { ifAbsent(); } }