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