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

Gary D. Gregory commented on LANG-1571:
---------------------------------------

Hi [~ytanikin] 

Did you create a PR? If so, please add a link to it here.

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

Reply via email to