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