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