Returns its input, or throws an exception if this is not a valid value.
(@Nullable V value)
| 83 | */ |
| 84 | |
| 85 | @CanIgnoreReturnValue |
| 86 | V checkValue(@Nullable V value) { |
| 87 | return value; |
| 88 | } |
| 89 | |
| 90 | /** |
| 91 | * Specifies the delegate maps going in each direction. Called by the |
no outgoing calls
no test coverage detected