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