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