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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.DtOp

Documentation

data DtOp Source #

Constructors

DtOp 

Instances

Eq DtOp Source # 

Methods

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

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

Data DtOp Source # 

Methods

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

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

toConstr :: DtOp -> Constr #

dataTypeOf :: DtOp -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord DtOp Source # 

Methods

compare :: DtOp -> DtOp -> Ordering #

(<) :: DtOp -> DtOp -> Bool #

(<=) :: DtOp -> DtOp -> Bool #

(>) :: DtOp -> DtOp -> Bool #

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

max :: DtOp -> DtOp -> DtOp #

min :: DtOp -> DtOp -> DtOp #

Show DtOp Source # 

Methods

showsPrec :: Int -> DtOp -> ShowS #

show :: DtOp -> String #

showList :: [DtOp] -> ShowS #

Generic DtOp Source # 

Associated Types

type Rep DtOp :: * -> * #

Methods

from :: DtOp -> Rep DtOp x #

to :: Rep DtOp x -> DtOp #

GPB DtOp Source # 
Wire DtOp Source # 
TextMsg DtOp Source # 

Methods

textPut :: DtOp -> Output #

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

TextType DtOp Source # 

Methods

tellT :: String -> DtOp -> Output #

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

ReflectDescriptor DtOp Source # 
Mergeable DtOp Source # 

Methods

mergeAppend :: DtOp -> DtOp -> DtOp #

mergeConcat :: Foldable t => t DtOp -> DtOp #

Default DtOp Source # 

Methods

defaultValue :: DtOp #

MessageAPI msg' (msg' -> DtOp) DtOp Source # 

Methods

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

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

type Rep DtOp Source # 
type Rep DtOp = D1 (MetaData "DtOp" "Network.Riak.Protocol.DtOp" "riak-protobuf-0.23.0.0-65VzdVRbDm2E8AMd4lZWec" False) (C1 (MetaCons "DtOp" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "counter_op") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CounterOp))) ((:*:) (S1 (MetaSel (Just Symbol "set_op") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SetOp))) (S1 (MetaSel (Just Symbol "map_op") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe MapOp))))))