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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.CounterOp

Documentation

data CounterOp Source #

Constructors

CounterOp 

Fields

Instances

Eq CounterOp Source # 
Data CounterOp Source # 

Methods

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

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

toConstr :: CounterOp -> Constr #

dataTypeOf :: CounterOp -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord CounterOp Source # 
Show CounterOp Source # 
Generic CounterOp Source # 

Associated Types

type Rep CounterOp :: * -> * #

GPB CounterOp Source # 
Wire CounterOp Source # 
TextMsg CounterOp Source # 

Methods

textPut :: CounterOp -> Output #

textGet :: Stream s Identity Char => Parsec s () CounterOp #

TextType CounterOp Source # 

Methods

tellT :: String -> CounterOp -> Output #

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

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

Methods

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

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

type Rep CounterOp Source # 
type Rep CounterOp = D1 (MetaData "CounterOp" "Network.Riak.Protocol.CounterOp" "riak-protobuf-0.23.0.0-65VzdVRbDm2E8AMd4lZWec" False) (C1 (MetaCons "CounterOp" PrefixI True) (S1 (MetaSel (Just Symbol "increment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int64))))