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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.IndexObject

Documentation

data IndexObject #

Constructors

IndexObject 

Fields

Instances

Eq IndexObject # 
Data IndexObject # 

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> IndexObject -> c IndexObject #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c IndexObject #

toConstr :: IndexObject -> Constr #

dataTypeOf :: IndexObject -> DataType #

dataCast1 :: Typeable (* -> *) t => (forall d. Data d => c (t d)) -> Maybe (c IndexObject) #

dataCast2 :: Typeable (* -> * -> *) t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c IndexObject) #

gmapT :: (forall b. Data b => b -> b) -> IndexObject -> IndexObject #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> IndexObject -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> IndexObject -> r #

gmapQ :: (forall d. Data d => d -> u) -> IndexObject -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> IndexObject -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> IndexObject -> m IndexObject #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> IndexObject -> m IndexObject #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> IndexObject -> m IndexObject #

Ord IndexObject # 
Show IndexObject # 
Generic IndexObject # 

Associated Types

type Rep IndexObject :: * -> * #

GPB IndexObject # 
Wire IndexObject # 
TextMsg IndexObject # 
TextType IndexObject # 

Methods

tellT :: String -> IndexObject -> Output #

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

ReflectDescriptor IndexObject # 
Mergeable IndexObject # 
Default IndexObject # 
MessageAPI msg' (msg' -> IndexObject) IndexObject # 

Methods

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

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

type Rep IndexObject # 
type Rep IndexObject = D1 * (MetaData "IndexObject" "Network.Riak.Protocol.IndexObject" "riak-protobuf-0.23.0.0-KKajqIl1TjxFTvJRG209JK" False) (C1 * (MetaCons "IndexObject" PrefixI True) ((:*:) * (S1 * (MetaSel (Just Symbol "key") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * ByteString)) (S1 * (MetaSel (Just Symbol "object") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 * GetResponse))))