Search
CommonUtils.nc(T, S1, S2) Method
See Also
 






Performs a null-coalescing of the specified arguments.

Namespace: com.mindfusion.common
File: 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