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