riak-protobuf-0.24.0.0: Haskell types for the Riak protocol buffer API
Network.Riak.Protocol.MapUpdate
data MapUpdate Source #
Constructors
Fields
Defined in Network.Riak.Protocol.MapUpdate
Methods
(==) :: MapUpdate -> MapUpdate -> Bool #
(/=) :: MapUpdate -> MapUpdate -> Bool #
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 #
compare :: MapUpdate -> MapUpdate -> Ordering #
(<) :: MapUpdate -> MapUpdate -> Bool #
(<=) :: MapUpdate -> MapUpdate -> Bool #
(>) :: MapUpdate -> MapUpdate -> Bool #
(>=) :: MapUpdate -> MapUpdate -> Bool #
max :: MapUpdate -> MapUpdate -> MapUpdate #
min :: MapUpdate -> MapUpdate -> MapUpdate #
showsPrec :: Int -> MapUpdate -> ShowS #
show :: MapUpdate -> String #
showList :: [MapUpdate] -> ShowS #
Associated Types
type Rep MapUpdate :: Type -> Type #
from :: MapUpdate -> Rep MapUpdate x #
to :: Rep MapUpdate x -> MapUpdate #
wireSize :: FieldType -> MapUpdate -> WireSize #
wirePut :: FieldType -> MapUpdate -> Put #
wirePutWithSize :: FieldType -> MapUpdate -> PutM WireSize #
wireGet :: FieldType -> Get MapUpdate #
wireGetPacked :: FieldType -> Get (Seq MapUpdate) #
textPut :: MapUpdate -> Output #
textGet :: Stream s Identity Char => Parsec s () MapUpdate #
tellT :: String -> MapUpdate -> Output #
getT :: Stream s Identity Char => String -> Parsec s () MapUpdate #
getMessageInfo :: MapUpdate -> GetMessageInfo #
reflectDescriptorInfo :: MapUpdate -> DescriptorInfo #
mergeAppend :: MapUpdate -> MapUpdate -> MapUpdate #
mergeConcat :: Foldable t => t MapUpdate -> MapUpdate #
defaultValue :: MapUpdate #
getVal :: msg' -> (msg' -> MapUpdate) -> MapUpdate #
isSet :: msg' -> (msg' -> MapUpdate) -> Bool #