Return true if there is a mod object present, otherwise false. @return true if there is a mod object present, otherwise false
()
| 89 | * @return {@code true} if there is a mod object present, otherwise {@code false} |
| 90 | */ |
| 91 | public boolean isPresent() { |
| 92 | return getValue() != null; |
| 93 | } |
| 94 | |
| 95 | /** |
| 96 | * If a mod object is present, invoke the specified consumer with the object, |
no test coverage detected