[
https://issues.apache.org/jira/browse/LANG-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17135285#comment-17135285
]
Yeldos Tanikin edited comment on LANG-1571 at 6/14/20, 8:53 PM:
----------------------------------------------------------------
Hi, can I take the task to implement? what should I do to start?
was (Author: ytanikin):
Hi, can I take the task to implement? what should I do?
> Allow to pass Supplier arrays to getIfNull
> -------------------------------------------
>
> Key: LANG-1571
> URL: https://issues.apache.org/jira/browse/LANG-1571
> Project: Commons Lang
> Issue Type: Improvement
> Reporter: Yeldos Tanikin
> Priority: Major
>
> change
> public static <T> T getIfNull(final T object, final Supplier<T>
> defaultSupplier)
> to
> public static <T> T getIfNull(final T object, final Supplier<T>...
> defaultSuppliers)
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)