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