Class JoinedUnderscore

  • All Implemented Interfaces:
    org.cactoos.Text

    public final class JoinedUnderscore
    extends Object
    implements org.cactoos.Text
    Text joined with underscore.
    Since:
    0.34.1
    • Constructor Detail

      • JoinedUnderscore

        public JoinedUnderscore​(String... strngs)
        Ctor.
        Parameters:
        strngs - Strings to join
      • JoinedUnderscore

        public JoinedUnderscore​(List<String> strngs)
        Ctor.
        Parameters:
        strngs - Strings to join
    • Method Detail

      • asString

        public String asString()
        Specified by:
        asString in interface org.cactoos.Text