Class Separator$


  • public class Separator$
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Separator$ MODULE$
      Static reference to the singleton instance of this Scala object.
    • Constructor Summary

      Constructors 
      Constructor Description
      Separator$()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String Hyphen()  
      java.lang.String hyphenate​(scala.collection.immutable.Seq<java.lang.String> ins)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • MODULE$

        public static final Separator$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • Separator$

        public Separator$()
    • Method Detail

      • Hyphen

        public java.lang.String Hyphen()
      • hyphenate

        public java.lang.String hyphenate​(scala.collection.immutable.Seq<java.lang.String> ins)