riak-protobuf-0.24.0.0: Haskell types for the Riak protocol buffer API
Network.Riak.Protocol.IndexRequest.IndexQueryType
data IndexQueryType Source #
Constructors
Defined in Network.Riak.Protocol.IndexRequest.IndexQueryType
Methods
minBound :: IndexQueryType #
maxBound :: IndexQueryType #
succ :: IndexQueryType -> IndexQueryType #
pred :: IndexQueryType -> IndexQueryType #
toEnum :: Int -> IndexQueryType #
fromEnum :: IndexQueryType -> Int #
enumFrom :: IndexQueryType -> [IndexQueryType] #
enumFromThen :: IndexQueryType -> IndexQueryType -> [IndexQueryType] #
enumFromTo :: IndexQueryType -> IndexQueryType -> [IndexQueryType] #
enumFromThenTo :: IndexQueryType -> IndexQueryType -> IndexQueryType -> [IndexQueryType] #
(==) :: IndexQueryType -> IndexQueryType -> Bool #
(/=) :: IndexQueryType -> IndexQueryType -> Bool #
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 #
compare :: IndexQueryType -> IndexQueryType -> Ordering #
(<) :: IndexQueryType -> IndexQueryType -> Bool #
(<=) :: IndexQueryType -> IndexQueryType -> Bool #
(>) :: IndexQueryType -> IndexQueryType -> Bool #
(>=) :: IndexQueryType -> IndexQueryType -> Bool #
max :: IndexQueryType -> IndexQueryType -> IndexQueryType #
min :: IndexQueryType -> IndexQueryType -> IndexQueryType #
readsPrec :: Int -> ReadS IndexQueryType #
readList :: ReadS [IndexQueryType] #
readPrec :: ReadPrec IndexQueryType #
readListPrec :: ReadPrec [IndexQueryType] #
showsPrec :: Int -> IndexQueryType -> ShowS #
show :: IndexQueryType -> String #
showList :: [IndexQueryType] -> ShowS #
Associated Types
type Rep IndexQueryType :: Type -> Type #
from :: IndexQueryType -> Rep IndexQueryType x #
to :: Rep IndexQueryType x -> IndexQueryType #
wireSize :: FieldType -> IndexQueryType -> WireSize #
wirePut :: FieldType -> IndexQueryType -> Put #
wirePutWithSize :: FieldType -> IndexQueryType -> PutM WireSize #
wireGet :: FieldType -> Get IndexQueryType #
wireGetPacked :: FieldType -> Get (Seq IndexQueryType) #
tellT :: String -> IndexQueryType -> Output #
getT :: Stream s Identity Char => String -> Parsec s () IndexQueryType #
reflectEnum :: EnumInfoApp IndexQueryType #
reflectEnumInfo :: IndexQueryType -> EnumInfo #
parentOfEnum :: IndexQueryType -> Maybe DescriptorInfo #
mergeAppend :: IndexQueryType -> IndexQueryType -> IndexQueryType #
mergeConcat :: Foldable t => t IndexQueryType -> IndexQueryType #
defaultValue :: IndexQueryType #
getVal :: msg' -> (msg' -> IndexQueryType) -> IndexQueryType #
isSet :: msg' -> (msg' -> IndexQueryType) -> Bool #