riak-protobuf-0.24.0.0: Haskell types for the Riak protocol buffer API
Network.Riak.Protocol.DtFetchResponse.DataType
data DataType Source #
Constructors
Defined in Network.Riak.Protocol.DtFetchResponse.DataType
Methods
minBound :: DataType #
maxBound :: DataType #
succ :: DataType -> DataType #
pred :: DataType -> DataType #
toEnum :: Int -> DataType #
fromEnum :: DataType -> Int #
enumFrom :: DataType -> [DataType] #
enumFromThen :: DataType -> DataType -> [DataType] #
enumFromTo :: DataType -> DataType -> [DataType] #
enumFromThenTo :: DataType -> DataType -> DataType -> [DataType] #
(==) :: DataType -> DataType -> Bool #
(/=) :: DataType -> DataType -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DataType -> c DataType #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DataType #
toConstr :: DataType -> Constr #
dataTypeOf :: DataType -> DataType0 #
dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DataType) #
dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DataType) #
gmapT :: (forall b. Data b => b -> b) -> DataType -> DataType #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DataType -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DataType -> r #
gmapQ :: (forall d. Data d => d -> u) -> DataType -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> DataType -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> DataType -> m DataType #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DataType -> m DataType #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DataType -> m DataType #
compare :: DataType -> DataType -> Ordering #
(<) :: DataType -> DataType -> Bool #
(<=) :: DataType -> DataType -> Bool #
(>) :: DataType -> DataType -> Bool #
(>=) :: DataType -> DataType -> Bool #
max :: DataType -> DataType -> DataType #
min :: DataType -> DataType -> DataType #
readsPrec :: Int -> ReadS DataType #
readList :: ReadS [DataType] #
readPrec :: ReadPrec DataType #
readListPrec :: ReadPrec [DataType] #
showsPrec :: Int -> DataType -> ShowS #
show :: DataType -> String #
showList :: [DataType] -> ShowS #
Associated Types
type Rep DataType :: Type -> Type #
from :: DataType -> Rep DataType x #
to :: Rep DataType x -> DataType #
wireSize :: FieldType -> DataType -> WireSize #
wirePut :: FieldType -> DataType -> Put #
wirePutWithSize :: FieldType -> DataType -> PutM WireSize #
wireGet :: FieldType -> Get DataType #
wireGetPacked :: FieldType -> Get (Seq DataType) #
tellT :: String -> DataType -> Output #
getT :: Stream s Identity Char => String -> Parsec s () DataType #
reflectEnum :: EnumInfoApp DataType #
reflectEnumInfo :: DataType -> EnumInfo #
parentOfEnum :: DataType -> Maybe DescriptorInfo #
mergeAppend :: DataType -> DataType -> DataType #
mergeConcat :: Foldable t => t DataType -> DataType #
defaultValue :: DataType #
getVal :: msg' -> (msg' -> DataType) -> DataType #
isSet :: msg' -> (msg' -> DataType) -> Bool #