* Determines whether the model has a value.
()
| 138 | * Determines whether the model has a value. |
| 139 | */ |
| 140 | hasValue(): boolean { |
| 141 | return !this.isEmpty(); |
| 142 | } |
| 143 | |
| 144 | /** |
| 145 | * Sorts the selected values based on a predicate function. |
no test coverage detected