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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.DtValue

Documentation

data DtValue Source #

Constructors

DtValue 

Instances

Eq DtValue Source # 

Methods

(==) :: DtValue -> DtValue -> Bool #

(/=) :: DtValue -> DtValue -> Bool #

Data DtValue Source # 

Methods

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

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

toConstr :: DtValue -> Constr #

dataTypeOf :: DtValue -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord DtValue Source # 
Show DtValue Source # 
GPB DtValue Source # 
Wire DtValue Source # 
TextMsg DtValue Source # 

Methods

textPut :: DtValue -> Output #

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

TextType DtValue Source # 

Methods

tellT :: String -> DtValue -> Output #

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

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

Methods

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

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