riak-protobuf-0.24.0.0: Haskell types for the Riak protocol buffer API
Network.Riak.Protocol.CounterOp
data CounterOp Source #
Constructors
Fields
Defined in Network.Riak.Protocol.CounterOp
Methods
(==) :: CounterOp -> CounterOp -> Bool #
(/=) :: CounterOp -> CounterOp -> Bool #
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 #
compare :: CounterOp -> CounterOp -> Ordering #
(<) :: CounterOp -> CounterOp -> Bool #
(<=) :: CounterOp -> CounterOp -> Bool #
(>) :: CounterOp -> CounterOp -> Bool #
(>=) :: CounterOp -> CounterOp -> Bool #
max :: CounterOp -> CounterOp -> CounterOp #
min :: CounterOp -> CounterOp -> CounterOp #
showsPrec :: Int -> CounterOp -> ShowS #
show :: CounterOp -> String #
showList :: [CounterOp] -> ShowS #
Associated Types
type Rep CounterOp :: Type -> Type #
from :: CounterOp -> Rep CounterOp x #
to :: Rep CounterOp x -> CounterOp #
wireSize :: FieldType -> CounterOp -> WireSize #
wirePut :: FieldType -> CounterOp -> Put #
wirePutWithSize :: FieldType -> CounterOp -> PutM WireSize #
wireGet :: FieldType -> Get CounterOp #
wireGetPacked :: FieldType -> Get (Seq CounterOp) #
textPut :: CounterOp -> Output #
textGet :: Stream s Identity Char => Parsec s () CounterOp #
tellT :: String -> CounterOp -> Output #
getT :: Stream s Identity Char => String -> Parsec s () CounterOp #
getMessageInfo :: CounterOp -> GetMessageInfo #
reflectDescriptorInfo :: CounterOp -> DescriptorInfo #
mergeAppend :: CounterOp -> CounterOp -> CounterOp #
mergeConcat :: Foldable t => t CounterOp -> CounterOp #
defaultValue :: CounterOp #
getVal :: msg' -> (msg' -> CounterOp) -> CounterOp #
isSet :: msg' -> (msg' -> CounterOp) -> Bool #