Class Wrapper.Str

  • All Implemented Interfaces:
    io.thedocs.soyuz.TruthyCastableI
    Direct Known Subclasses:
    Wrapper.StrLowerCase
    Enclosing interface:
    Wrapper

    public abstract static class Wrapper.Str
    extends java.lang.Object
    implements io.thedocs.soyuz.TruthyCastableI
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String id  
    • Constructor Summary

      Constructors 
      Constructor Description
      Str​(java.lang.String id)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String asString()  
      boolean asTruthy()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • id

        protected java.lang.String id
    • Constructor Detail

      • Str

        public Str​(java.lang.String id)
    • Method Detail

      • asString

        public java.lang.String asString()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • asTruthy

        public boolean asTruthy()
        Specified by:
        asTruthy in interface io.thedocs.soyuz.TruthyCastableI