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