Skip to content

Commit 8132b80

Browse files
committed
[LANG-1784] Add Functions|Failable methods for null-safe mapping and
chaining #1435 Use the same naming style of Objects.requireNonNull()
1 parent ebfc393 commit 8132b80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/changes/changes.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ The <action> type attribute can be add,update,fix,remove.
8888
<action type="add" dev="ggregory" due-to="Gary Gregory">Add ByteSupplier.</action>
8989
<action type="add" dev="ggregory" due-to="Gary Gregory">Add FailableByteConsumer.</action>
9090
<action type="add" dev="ggregory" due-to="Gary Gregory">Add FailableByteSupplier.</action>
91+
<action issue="LANG-1784" type="add" dev="ggregory" due-to="Rich Dougherty, Gary Gregory">Add Functions methods for null-safe mapping and chaining #1435.</action>
92+
<action issue="LANG-1784" type="add" dev="ggregory" due-to="Rich Dougherty, Gary Gregory">Add Failable methods for null-safe mapping and chaining #1435.</action>
9193
<!-- UPDATE -->
9294
<action type="update" dev="ggregory" due-to="Gary Gregory">[test] Bump org.apache.commons:commons-text from 1.13.1 to 1.14.0.</action>
9395
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 85 to 87.</action>

0 commit comments

Comments
 (0)