Create a string containing the contents of this iterable, arranged in columns.
Create a string containing the contents of this iterable, arranged in columns.
total (maximum) columns
a possibly multiline string containing the columnar output. The string may have embedded newlines, but it will not end with a newline.
(Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.
(Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.
the underlying iterable
the underlying iterable
An
Iterableenrichment class.the iterable type