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