Class ToolingSupport


  • public final class ToolingSupport
    extends Object
    • Method Detail

      • combine

        public static Stream<String> combine​(String... items)
        Combines the given items assuming they can be also composed by comma separated elements.
        Parameters:
        items - the items
        Returns:
        a stream of individual items