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