riak-protobuf-0.24.0.0: Haskell types for the Riak protocol buffer API
Network.Riak.Protocol.Content
data Content Source #
Constructors
Fields
Defined in Network.Riak.Protocol.Content
Methods
(==) :: Content -> Content -> Bool #
(/=) :: Content -> Content -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Content -> c Content #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Content #
toConstr :: Content -> Constr #
dataTypeOf :: Content -> DataType #
dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Content) #
dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Content) #
gmapT :: (forall b. Data b => b -> b) -> Content -> Content #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Content -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Content -> r #
gmapQ :: (forall d. Data d => d -> u) -> Content -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> Content -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> Content -> m Content #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Content -> m Content #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Content -> m Content #
compare :: Content -> Content -> Ordering #
(<) :: Content -> Content -> Bool #
(<=) :: Content -> Content -> Bool #
(>) :: Content -> Content -> Bool #
(>=) :: Content -> Content -> Bool #
max :: Content -> Content -> Content #
min :: Content -> Content -> Content #
showsPrec :: Int -> Content -> ShowS #
show :: Content -> String #
showList :: [Content] -> ShowS #
Associated Types
type Rep Content :: Type -> Type #
from :: Content -> Rep Content x #
to :: Rep Content x -> Content #
wireSize :: FieldType -> Content -> WireSize #
wirePut :: FieldType -> Content -> Put #
wirePutWithSize :: FieldType -> Content -> PutM WireSize #
wireGet :: FieldType -> Get Content #
wireGetPacked :: FieldType -> Get (Seq Content) #
textPut :: Content -> Output #
textGet :: Stream s Identity Char => Parsec s () Content #
tellT :: String -> Content -> Output #
getT :: Stream s Identity Char => String -> Parsec s () Content #
getMessageInfo :: Content -> GetMessageInfo #
reflectDescriptorInfo :: Content -> DescriptorInfo #
mergeAppend :: Content -> Content -> Content #
mergeConcat :: Foldable t => t Content -> Content #
defaultValue :: Content #
getVal :: msg' -> (msg' -> Content) -> Content #
isSet :: msg' -> (msg' -> Content) -> Bool #