join
Joins all appended components into a single component without a separator.
Return
the joined component
Joins all appended components into a single component with a string separator.
Return
the joined component
Parameters
sep
the string separator
Joins all appended components into a single component with a component separator.
Return
the joined component
Parameters
sep
the component separator
Joins all appended components into a single component using a join configuration.
Return
the joined component
Parameters
conf
the join configuration
Joins all appended components into a single component using a join configuration DSL.
Return
the joined component
Parameters
consumer
the join configuration builder consumer