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