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/16 10:48:00 UTC

[jira] [Commented] (LANG-1571) Allow to pass Supplier varargs to getIfNull

    [ https://issues.apache.org/jira/browse/LANG-1571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17136534#comment-17136534 ] 

Yeldos Tanikin commented on LANG-1571:
--------------------------------------

Hi [~ggregory] ,

I wrote the letter for dev list, but didn't get an answer, is that normal that it takes more than one day? Did I do correctly that wrote to dev list?  What should I do to implement the task? I just realized that I should have created at least after discussing via email

> Allow to pass Supplier varargs 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>... suppliers)
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)