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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.CounterUpdateResponse

Documentation

data CounterUpdateResponse Source #

Constructors

CounterUpdateResponse 

Fields

Instances

Eq CounterUpdateResponse Source # 
Data CounterUpdateResponse Source # 

Methods

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

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

toConstr :: CounterUpdateResponse -> Constr #

dataTypeOf :: CounterUpdateResponse -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord CounterUpdateResponse Source # 
Show CounterUpdateResponse Source # 
GPB CounterUpdateResponse Source # 
Wire CounterUpdateResponse Source # 
TextMsg CounterUpdateResponse Source # 
TextType CounterUpdateResponse Source # 
ReflectDescriptor CounterUpdateResponse Source # 
Mergeable CounterUpdateResponse Source # 
Default CounterUpdateResponse Source # 
MessageAPI msg' (msg' -> CounterUpdateResponse) CounterUpdateResponse Source # 

Methods

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

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