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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.MapUpdate.FlagOp

Documentation

data FlagOp Source #

Constructors

ENABLE 
DISABLE 

Instances

Bounded FlagOp Source # 
Enum FlagOp Source # 
Eq FlagOp Source # 

Methods

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

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

Data FlagOp Source # 

Methods

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

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

toConstr :: FlagOp -> Constr #

dataTypeOf :: FlagOp -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord FlagOp Source # 
Read FlagOp Source # 
Show FlagOp Source # 
GPB FlagOp Source # 
Wire FlagOp Source # 
TextType FlagOp Source # 

Methods

tellT :: String -> FlagOp -> Output #

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

ReflectEnum FlagOp Source # 
Mergeable FlagOp Source # 
Default FlagOp Source # 
MessageAPI msg' (msg' -> FlagOp) FlagOp Source # 

Methods

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

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