riak-protobuf-0.22.0.0: Haskell types for the Riak protocol buffer API

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.GetResponse

Documentation

data GetResponse Source #

Constructors

GetResponse 

Instances

Eq GetResponse Source # 
Data GetResponse Source # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> GetResponse -> c GetResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c GetResponse #

toConstr :: GetResponse -> Constr #

dataTypeOf :: GetResponse -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c GetResponse) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c GetResponse) #

gmapT :: (forall b. Data b => b -> b) -> GetResponse -> GetResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> GetResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> GetResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> GetResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> GetResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> GetResponse -> m GetResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> GetResponse -> m GetResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> GetResponse -> m GetResponse #

Ord GetResponse Source # 
Show GetResponse Source # 
GPB GetResponse Source # 
Wire GetResponse Source # 
TextMsg GetResponse Source # 
TextType GetResponse Source # 

Methods

tellT :: String -> GetResponse -> Output #

getT :: Stream s Identity Char => String -> Parsec s () GetResponse #

ReflectDescriptor GetResponse Source # 
Mergeable GetResponse Source # 
Default GetResponse Source # 
MessageAPI msg' (msg' -> GetResponse) GetResponse Source # 

Methods

getVal :: msg' -> (msg' -> GetResponse) -> GetResponse #

isSet :: msg' -> (msg' -> GetResponse) -> Bool #