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