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