riak-protobuf-0.24.0.0: Haskell types for the Riak protocol buffer API
Network.Riak.Protocol.CounterGetResponse
data CounterGetResponse Source #
Constructors
Fields
Defined in Network.Riak.Protocol.CounterGetResponse
Methods
(==) :: CounterGetResponse -> CounterGetResponse -> Bool #
(/=) :: CounterGetResponse -> CounterGetResponse -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CounterGetResponse -> c CounterGetResponse #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CounterGetResponse #
toConstr :: CounterGetResponse -> Constr #
dataTypeOf :: CounterGetResponse -> DataType #
dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CounterGetResponse) #
dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CounterGetResponse) #
gmapT :: (forall b. Data b => b -> b) -> CounterGetResponse -> CounterGetResponse #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CounterGetResponse -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CounterGetResponse -> r #
gmapQ :: (forall d. Data d => d -> u) -> CounterGetResponse -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> CounterGetResponse -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> CounterGetResponse -> m CounterGetResponse #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CounterGetResponse -> m CounterGetResponse #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CounterGetResponse -> m CounterGetResponse #
compare :: CounterGetResponse -> CounterGetResponse -> Ordering #
(<) :: CounterGetResponse -> CounterGetResponse -> Bool #
(<=) :: CounterGetResponse -> CounterGetResponse -> Bool #
(>) :: CounterGetResponse -> CounterGetResponse -> Bool #
(>=) :: CounterGetResponse -> CounterGetResponse -> Bool #
max :: CounterGetResponse -> CounterGetResponse -> CounterGetResponse #
min :: CounterGetResponse -> CounterGetResponse -> CounterGetResponse #
showsPrec :: Int -> CounterGetResponse -> ShowS #
show :: CounterGetResponse -> String #
showList :: [CounterGetResponse] -> ShowS #
Associated Types
type Rep CounterGetResponse :: Type -> Type #
from :: CounterGetResponse -> Rep CounterGetResponse x #
to :: Rep CounterGetResponse x -> CounterGetResponse #
wireSize :: FieldType -> CounterGetResponse -> WireSize #
wirePut :: FieldType -> CounterGetResponse -> Put #
wirePutWithSize :: FieldType -> CounterGetResponse -> PutM WireSize #
wireGet :: FieldType -> Get CounterGetResponse #
wireGetPacked :: FieldType -> Get (Seq CounterGetResponse) #
textPut :: CounterGetResponse -> Output #
textGet :: Stream s Identity Char => Parsec s () CounterGetResponse #
tellT :: String -> CounterGetResponse -> Output #
getT :: Stream s Identity Char => String -> Parsec s () CounterGetResponse #
getMessageInfo :: CounterGetResponse -> GetMessageInfo #
reflectDescriptorInfo :: CounterGetResponse -> DescriptorInfo #
mergeAppend :: CounterGetResponse -> CounterGetResponse -> CounterGetResponse #
mergeConcat :: Foldable t => t CounterGetResponse -> CounterGetResponse #
defaultValue :: CounterGetResponse #
getVal :: msg' -> (msg' -> CounterGetResponse) -> CounterGetResponse #
isSet :: msg' -> (msg' -> CounterGetResponse) -> Bool #