* Gets lazy hashed etag. * @param {HashableObject} obj an hashable object * @returns {Etag} an etag that is lazy hashed
(obj)
| 260 | * @returns {Etag} an etag that is lazy hashed |
| 261 | */ |
| 262 | getLazyHashedEtag(obj) { |
| 263 | return getLazyHashedEtag(obj, this._hashFunction); |
| 264 | } |
| 265 | |
| 266 | /** |
| 267 | * Merges the provided values into a single result. |