Search
Helper.nc(_T, _S1, _S2) Method
See Also
 






Performs a null-coalescing of the specified arguments.

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public static <_T, _S1, _S2> _T nc (
    _S1 s1,
    _S2 s2
)

 Parameters

s1

s2

 Return Value

 See Also