Class Wrapper.Int

  • All Implemented Interfaces:
    io.thedocs.soyuz.TruthyCastableI
    Enclosing interface:
    Wrapper

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

      Fields 
      Modifier and Type Field Description
      protected int value  
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int asInt()  
      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

      • value

        protected int value
    • Constructor Detail

      • Int

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

      • asInt

        public int asInt()
      • 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