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