c# check NetworkInterface if disabled code example
Example: check if optional is empty java
String o = getOptional().orElse(null);
if (o == null) {
return;
}
String o = getOptional().orElse(null);
if (o == null) {
return;
}