Performs a null-coalescing of the specified arguments.
Namespace: com.mindfusion.common
Package: com.mindfusion.common
Java
![]() |
---|
public static <_T, _S1, _S2> _T nc ( |
An object whose value is returned if different from null.
A value returned if the first parameter is null.
The first non-null value of the specified arguments, or null.