- join() - Method in class com.workfusion.studio.rpa.recorder.api.groovy.RecorderList
-
Deprecated.
- join(String) - Method in class com.workfusion.studio.rpa.recorder.api.groovy.RecorderList
-
Deprecated.
- joining() - Static method in class com.workfusion.studio.rpa.recorder.api.RCollectors
-
Returns a Collector
that concatenates the input elements into a RString
, in encounter order.
- joining(CharSequence) - Static method in class com.workfusion.studio.rpa.recorder.api.RCollectors
-
Returns a Collector
that concatenates the input elements, separated by the specified delimiter, in encounter order.
- joining(CharSequence, CharSequence, CharSequence) - Static method in class com.workfusion.studio.rpa.recorder.api.RCollectors
-
Returns a Collector
that concatenates the input elements, separated by the specified delimiter, with the specified prefix and
suffix, in encounter order.
- joinMask(String...) - Static method in class com.workfusion.studio.rpa.recorder.api.internal.representation.MaskString
-