riak-protobuf-0.23.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 # 
Generic DtValue Source # 

Associated Types

type Rep DtValue :: * -> * #

Methods

from :: DtValue -> Rep DtValue x #

to :: Rep DtValue x -> DtValue #

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 #

type Rep DtValue Source # 
type Rep DtValue = D1 (MetaData "DtValue" "Network.Riak.Protocol.DtValue" "riak-protobuf-0.23.0.0-65VzdVRbDm2E8AMd4lZWec" False) (C1 (MetaCons "DtValue" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "counter_value") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Int64))) ((:*:) (S1 (MetaSel (Just Symbol "set_value") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Seq ByteString))) (S1 (MetaSel (Just Symbol "map_value") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Seq MapEntry))))))