return value == null ? OptionalInt.empty() : OptionalInt.of(value); | return value == null ? OptionalInt.empty() : OptionalInt.of(value.intValue()); | value | value.intValue() | speedment | 013d0984145682576b23d413f547c62e246e36b9 | com.speedment.internal.core.config.BaseDocument | | | | | | Uses | True |