process method
Implementation
bool process(T value) {
if (!_process) {
_process = true;
this.value = _InternalHolder<T>(value);
return true;
}
return false;
}
bool process(T value) {
if (!_process) {
_process = true;
this.value = _InternalHolder<T>(value);
return true;
}
return false;
}