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