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