riak-protobuf-0.24.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 # 
Instance details

Defined in Network.Riak.Protocol.DtValue

Methods

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

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

Data DtValue Source # 
Instance details

Defined in Network.Riak.Protocol.DtValue

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 # 
Instance details

Defined in Network.Riak.Protocol.DtValue

Show DtValue Source # 
Instance details

Defined in Network.Riak.Protocol.DtValue

Generic DtValue Source # 
Instance details

Defined in Network.Riak.Protocol.DtValue

Associated Types

type Rep DtValue :: Type -> Type #

Methods

from :: DtValue -> Rep DtValue x #

to :: Rep DtValue x -> DtValue #

GPB DtValue Source # 
Instance details

Defined in Network.Riak.Protocol.DtValue

Wire DtValue Source # 
Instance details

Defined in Network.Riak.Protocol.DtValue

TextMsg DtValue Source # 
Instance details

Defined in Network.Riak.Protocol.DtValue

Methods

textPut :: DtValue -> Output #

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

TextType DtValue Source # 
Instance details

Defined in Network.Riak.Protocol.DtValue

Methods

tellT :: String -> DtValue -> Output #

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

ReflectDescriptor DtValue Source # 
Instance details

Defined in Network.Riak.Protocol.DtValue

Mergeable DtValue Source # 
Instance details

Defined in Network.Riak.Protocol.DtValue

Default DtValue Source # 
Instance details

Defined in Network.Riak.Protocol.DtValue

MessageAPI msg' (msg' -> DtValue) DtValue Source # 
Instance details

Defined in Network.Riak.Protocol.DtValue

Methods

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

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

type Rep DtValue Source # 
Instance details

Defined in Network.Riak.Protocol.DtValue

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