szemul/not-set-value

Simple package to represent a value that has not been set

Installs: 4 553

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/szemul/not-set-value

2.0.0 2022-01-16 03:28 UTC

This package is auto-updated.

Last update: 2025-09-16 11:10:24 UTC


README

CI pipeline

This class/interface is useful in case for example in objects representing API requests, where a null value means something different from when a value is not sent. For example a null value can mean that something should be set to null, while a not sent value means the consumer does not want to change the current value.