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 TgetValue()-
Methods inherited from interface com.github.gpluscb.ggjava.entity.GGEntity
getGGEntityType
-
-
-
-
Method Detail
-
getValue
@Nonnull T getValue()
-
-