riak-protobuf-0.24.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 # 
Instance details

Defined in Network.Riak.Protocol.GetResponse

Data GetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.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 Source # 
Instance details

Defined in Network.Riak.Protocol.GetResponse

Show GetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.GetResponse

Generic GetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.GetResponse

Associated Types

type Rep GetResponse :: Type -> Type #

GPB GetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.GetResponse

Wire GetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.GetResponse

TextMsg GetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.GetResponse

TextType GetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.GetResponse

Methods

tellT :: String -> GetResponse -> Output #

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

ReflectDescriptor GetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.GetResponse

Mergeable GetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.GetResponse

Default GetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.GetResponse

MessageAPI msg' (msg' -> GetResponse) GetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.GetResponse

Methods

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

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

type Rep GetResponse Source # 
Instance details

Defined in Network.Riak.Protocol.GetResponse

type Rep GetResponse = D1 (MetaData "GetResponse" "Network.Riak.Protocol.GetResponse" "riak-protobuf-0.24.0.0-h3U4wTYEK14nKJTHzPAva" False) (C1 (MetaCons "GetResponse" PrefixI True) (S1 (MetaSel (Just "content") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Seq Content)) :*: (S1 (MetaSel (Just "vclock") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ByteString)) :*: S1 (MetaSel (Just "unchanged") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))