Deprecate CheckedValue.orElseThrow(Supplier) 33/100233/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 24 Mar 2022 11:26:28 +0000 (12:26 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 24 Mar 2022 11:26:28 +0000 (12:26 +0100)
While this method provides seamless transition from/to Optional, its use
results in the original exception being lost. Deprecate it for removal.

Change-Id: I062ee28917f7a1be583077009307f08c57a67acc
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>

No differences found