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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.SetOp

Documentation

data SetOp Source #

Constructors

SetOp 

Fields

Instances

Eq SetOp Source # 

Methods

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

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

Data SetOp Source # 

Methods

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

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

toConstr :: SetOp -> Constr #

dataTypeOf :: SetOp -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord SetOp Source # 

Methods

compare :: SetOp -> SetOp -> Ordering #

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

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

(>) :: SetOp -> SetOp -> Bool #

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

max :: SetOp -> SetOp -> SetOp #

min :: SetOp -> SetOp -> SetOp #

Show SetOp Source # 

Methods

showsPrec :: Int -> SetOp -> ShowS #

show :: SetOp -> String #

showList :: [SetOp] -> ShowS #

Generic SetOp Source # 

Associated Types

type Rep SetOp :: * -> * #

Methods

from :: SetOp -> Rep SetOp x #

to :: Rep SetOp x -> SetOp #

GPB SetOp Source # 
Wire SetOp Source # 
TextMsg SetOp Source # 

Methods

textPut :: SetOp -> Output #

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

TextType SetOp Source # 

Methods

tellT :: String -> SetOp -> Output #

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

ReflectDescriptor SetOp Source # 
Mergeable SetOp Source # 
Default SetOp Source # 

Methods

defaultValue :: SetOp #

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

Methods

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

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

type Rep SetOp Source # 
type Rep SetOp = D1 (MetaData "SetOp" "Network.Riak.Protocol.SetOp" "riak-protobuf-0.23.0.0-65VzdVRbDm2E8AMd4lZWec" False) (C1 (MetaCons "SetOp" PrefixI True) ((:*:) (S1 (MetaSel (Just Symbol "adds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Seq ByteString))) (S1 (MetaSel (Just Symbol "removes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Seq ByteString)))))