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

Safe HaskellNone
LanguageHaskell98

Network.Riak.Protocol.IndexRequest.IndexQueryType

Documentation

data IndexQueryType #

Constructors

Eq 
Range 

Instances

Bounded IndexQueryType # 
Enum IndexQueryType # 
Eq IndexQueryType # 
Data IndexQueryType # 

Methods

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

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

toConstr :: IndexQueryType -> Constr #

dataTypeOf :: IndexQueryType -> DataType #

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

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

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

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

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

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

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

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

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

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

Ord IndexQueryType # 
Read IndexQueryType # 
Show IndexQueryType # 
Generic IndexQueryType # 

Associated Types

type Rep IndexQueryType :: * -> * #

GPB IndexQueryType # 
Wire IndexQueryType # 
TextType IndexQueryType # 
ReflectEnum IndexQueryType # 
Mergeable IndexQueryType # 
Default IndexQueryType # 
MessageAPI msg' (msg' -> IndexQueryType) IndexQueryType # 

Methods

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

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

type Rep IndexQueryType # 
type Rep IndexQueryType = D1 * (MetaData "IndexQueryType" "Network.Riak.Protocol.IndexRequest.IndexQueryType" "riak-protobuf-0.23.0.0-KKajqIl1TjxFTvJRG209JK" False) ((:+:) * (C1 * (MetaCons "Eq" PrefixI False) (U1 *)) (C1 * (MetaCons "Range" PrefixI False) (U1 *)))