Interface Scalar<T>
- 
- All Known Implementing Classes:
- BooleanResponse,- FloatResponse,- IDResponse,- IntResponse,- JSONResponse,- StringResponse,- TimestampResponse
 
 public interface Scalar<T> extends GGObject 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetValue()- 
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntitygetGGEntityType
 
- 
 
- 
- 
- 
Method Detail- 
getValue@Nonnull T getValue() 
 
- 
 
-