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