riak-protobuf-0.23.0.0: Haskell types for the Riak protocol buffer API

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.IndexResponse

Documentation

data IndexResponse #

Constructors

IndexResponse 
Instances
Eq IndexResponse # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

Data IndexResponse # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

Methods

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 #

Ord IndexResponse # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

Show IndexResponse # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

Generic IndexResponse # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

Associated Types

type Rep IndexResponse :: * -> * #

GPB IndexResponse # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

Wire IndexResponse # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

TextMsg IndexResponse # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

TextType IndexResponse # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

Methods

tellT :: String -> IndexResponse -> Output #

getT :: Stream s Identity Char => String -> Parsec s () IndexResponse #

ReflectDescriptor IndexResponse # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

Mergeable IndexResponse # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

Default IndexResponse # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

MessageAPI msg' (msg' -> IndexResponse) IndexResponse # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

Methods

getVal :: msg' -> (msg' -> IndexResponse) -> IndexResponse #

isSet :: msg' -> (msg' -> IndexResponse) -> Bool #

type Rep IndexResponse # 
Instance details

Defined in Network.Riak.Protocol.IndexResponse

type Rep IndexResponse = D1 (MetaData "IndexResponse" "Network.Riak.Protocol.IndexResponse" "riak-protobuf-0.23.0.0-LKDQ6jFAKFEK4UHEMKS2Lf" False) (C1 (MetaCons "IndexResponse" PrefixI True) ((S1 (MetaSel (Just "keys") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Seq ByteString)) :*: S1 (MetaSel (Just "results") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Seq Pair))) :*: (S1 (MetaSel (Just "continuation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ByteString)) :*: S1 (MetaSel (Just "done") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))