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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.GetResponse

Documentation

data GetResponse #

Constructors

GetResponse 

Instances

Eq GetResponse # 
Data GetResponse # 

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 # 
Show GetResponse # 
GPB GetResponse # 
Wire GetResponse # 
TextMsg GetResponse # 
TextType GetResponse # 

Methods

tellT :: String -> GetResponse -> Output #

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

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

Methods

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

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