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