You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -1061,7 +1061,7 @@ Null values from the incoming traverser are not processed and remain as null whe
1061
1061
* For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
1062
1062
* For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
Every element in the list (except null) is converted to a String. Null values are ignored. The delimiter is inserted
1125
+
Every element in the list (except `null`) is converted to a String. Null values are ignored. The delimiter is inserted
1126
1126
between neighboring elements to form the final result. This step only applies to list types which means that
1127
-
non-iterable types (including null) will cause exceptions to be thrown.
1127
+
non-iterable types (including `null`) will cause exceptions to be thrown.
1128
1128
1129
1129
*Exceptions*
1130
1130
@@ -1158,7 +1158,7 @@ Null values from the incoming traverser are not processed and remain as null whe
1158
1158
* For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
1159
1159
* For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
@@ -1401,7 +1401,7 @@ Null values from the incoming traverser are not processed and remain as null whe
1401
1401
* For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
1402
1402
* For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
@@ -1456,7 +1456,7 @@ Null values from the incoming traverser are not processed and remain as null whe
1456
1456
* For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
1457
1457
* For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
@@ -1485,7 +1485,7 @@ Null values from the incoming traverser are not processed and remain as null whe
1485
1485
* For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
1486
1486
* For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
@@ -1516,7 +1516,7 @@ Null values from the incoming traverser are not processed and remain as null whe
1516
1516
* For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
1517
1517
* For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
@@ -1544,7 +1544,7 @@ Null values from the incoming traverser are not processed and remain as null whe
1544
1544
* For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
1545
1545
* For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
@@ -1572,7 +1572,7 @@ Null values from the incoming traverser are not processed and remain as null whe
1572
1572
* For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
1573
1573
* For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
@@ -1599,5 +1599,5 @@ Null values from the incoming traverser are not processed and remain as null whe
1599
1599
* For `Scope.global` or parameterless function calls, if the incoming traverser is a non-String value then an `IllegalArgumentException` will be thrown.
1600
1600
* For `Scope.local`, if the incoming traverser is not a string or a list of strings then an `IllegalArgumentException` will be thrown.
0 commit comments