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