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:37:00 UTC

[jira] [Created] (LANG-1571) allow to pass arrays to getIfNull

Yeldos Tanikin created LANG-1571:
------------------------------------

             Summary: allow to pass arrays to getIfNull
                 Key: LANG-1571
                 URL: https://issues.apache.org/jira/browse/LANG-1571
             Project: Commons Lang
          Issue Type: Improvement
            Reporter: Yeldos Tanikin


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)