riak-protobuf-0.24.0.0: Haskell types for the Riak protocol buffer API
Network.Riak.Protocol.YzIndex
data YzIndex Source #
Constructors
Fields
Defined in Network.Riak.Protocol.YzIndex
Methods
(==) :: YzIndex -> YzIndex -> Bool #
(/=) :: YzIndex -> YzIndex -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> YzIndex -> c YzIndex #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c YzIndex #
toConstr :: YzIndex -> Constr #
dataTypeOf :: YzIndex -> DataType #
dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c YzIndex) #
dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c YzIndex) #
gmapT :: (forall b. Data b => b -> b) -> YzIndex -> YzIndex #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> YzIndex -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> YzIndex -> r #
gmapQ :: (forall d. Data d => d -> u) -> YzIndex -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> YzIndex -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> YzIndex -> m YzIndex #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> YzIndex -> m YzIndex #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> YzIndex -> m YzIndex #
compare :: YzIndex -> YzIndex -> Ordering #
(<) :: YzIndex -> YzIndex -> Bool #
(<=) :: YzIndex -> YzIndex -> Bool #
(>) :: YzIndex -> YzIndex -> Bool #
(>=) :: YzIndex -> YzIndex -> Bool #
max :: YzIndex -> YzIndex -> YzIndex #
min :: YzIndex -> YzIndex -> YzIndex #
showsPrec :: Int -> YzIndex -> ShowS #
show :: YzIndex -> String #
showList :: [YzIndex] -> ShowS #
Associated Types
type Rep YzIndex :: Type -> Type #
from :: YzIndex -> Rep YzIndex x #
to :: Rep YzIndex x -> YzIndex #
wireSize :: FieldType -> YzIndex -> WireSize #
wirePut :: FieldType -> YzIndex -> Put #
wirePutWithSize :: FieldType -> YzIndex -> PutM WireSize #
wireGet :: FieldType -> Get YzIndex #
wireGetPacked :: FieldType -> Get (Seq YzIndex) #
textPut :: YzIndex -> Output #
textGet :: Stream s Identity Char => Parsec s () YzIndex #
tellT :: String -> YzIndex -> Output #
getT :: Stream s Identity Char => String -> Parsec s () YzIndex #
getMessageInfo :: YzIndex -> GetMessageInfo #
reflectDescriptorInfo :: YzIndex -> DescriptorInfo #
mergeAppend :: YzIndex -> YzIndex -> YzIndex #
mergeConcat :: Foldable t => t YzIndex -> YzIndex #
defaultValue :: YzIndex #
getVal :: msg' -> (msg' -> YzIndex) -> YzIndex #
isSet :: msg' -> (msg' -> YzIndex) -> Bool #