Class RichStringExtentions.RichString

  • Enclosing class:
    RichStringExtentions

    public static class RichStringExtentions.RichString
    extends scala.AnyVal
    • Constructor Summary

      Constructors 
      Constructor Description
      RichString​(java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isDefined()  
      boolean matches​(java.util.regex.Pattern pattern)  
      java.lang.String value()  
      • Methods inherited from class java.lang.Object

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

      • RichString

        public RichString​(java.lang.String value)
    • Method Detail

      • value

        public java.lang.String value()
      • matches

        public boolean matches​(java.util.regex.Pattern pattern)
      • isDefined

        public boolean isDefined()