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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.MapEntry

Documentation

data MapEntry Source #

Instances

Eq MapEntry Source # 
Data MapEntry Source # 

Methods

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

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

toConstr :: MapEntry -> Constr #

dataTypeOf :: MapEntry -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord MapEntry Source # 
Show MapEntry Source # 
GPB MapEntry Source # 
Wire MapEntry Source # 
TextMsg MapEntry Source # 

Methods

textPut :: MapEntry -> Output #

textGet :: Stream s Identity Char => Parsec s () MapEntry #

TextType MapEntry Source # 

Methods

tellT :: String -> MapEntry -> Output #

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

ReflectDescriptor MapEntry Source # 
Mergeable MapEntry Source # 
Default MapEntry Source # 
MessageAPI msg' (msg' -> MapEntry) MapEntry Source # 

Methods

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

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