You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Yeldos Tanikin (Jira)" <ji...@apache.org> on 2020/06/14 20:54:00 UTC

[jira] [Comment Edited] (LANG-1571) Allow to pass Supplier arrays to getIfNull

    [ 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)