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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.MapUpdate

Documentation

data MapUpdate Source #

Instances

Eq MapUpdate Source # 
Data MapUpdate Source # 

Methods

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

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

toConstr :: MapUpdate -> Constr #

dataTypeOf :: MapUpdate -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord MapUpdate Source # 
Show MapUpdate Source # 
GPB MapUpdate Source # 
Wire MapUpdate Source # 
TextMsg MapUpdate Source # 

Methods

textPut :: MapUpdate -> Output #

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

TextType MapUpdate Source # 

Methods

tellT :: String -> MapUpdate -> Output #

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

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

Methods

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

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