@groovy.transform.CompileStatic class GloopByte extends GloopNumber<java.lang.Byte>
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.Object |
clone() clones min and max |
|
protected java.lang.Byte |
convertValue(java.lang.Object input) utility method, will accept the first byte of the toString() call if it's an empty toString(), it will return null |
|
protected void |
validateValue() overridden to allow the ability to check min and max |
clones min and max
utility method, will accept the first byte of the toString() call if it's an empty toString(), it will return null
overridden to allow the ability to check min and max