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