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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.CounterGetRequest

Documentation

data CounterGetRequest Source #

Instances

Eq CounterGetRequest Source # 
Data CounterGetRequest Source # 

Methods

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

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

toConstr :: CounterGetRequest -> Constr #

dataTypeOf :: CounterGetRequest -> DataType #

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

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

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

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

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

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

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

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

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

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

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

Methods

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

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

type Rep CounterGetRequest Source #