We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78feae4 commit f3e3193Copy full SHA for f3e3193
src/main/java/org/apache/commons/lang3/ObjectUtils.java
@@ -238,9 +238,9 @@ public static boolean anyNotNull(final Object... values) {
238
* </p>
239
*
240
* <pre>
241
- * ObjectUtils.applyIfNonNull(bean::setValue, null) - setValue not invoked
242
- * ObjectUtils.applyIfNonNull(bean::setValue, null, "abc", "def") - setValue invoked with "abc"
243
- * ObjectUtils.applyIfNonNull(v -> bean.setValue(v), "abc") - setValue invoked with "abc"
+ * ObjectUtils.applyFirstNonNull(bean::setValue, null) - setValue not invoked
+ * ObjectUtils.applyFirstNonNull(bean::setValue, null, "abc", "def") - setValue invoked with "abc"
+ * ObjectUtils.applyFirstNonNull(v -> bean.setValue(v), "abc") - setValue invoked with "abc"
244
* </pre>
245
246
* @param <T> the type of the object
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments