gtfs-realtime-0.2.0.0: GTFS RealTime protobafs library (autogenerated from .proto file)
GTFS.RealTime.Protobuf.TranslatedString.Translation
data Translation Source #
Constructors
Fields
Defined in GTFS.RealTime.Protobuf.TranslatedString.Translation
Methods
(==) :: Translation -> Translation -> Bool #
(/=) :: Translation -> Translation -> Bool #
gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Translation -> c Translation #
gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Translation #
toConstr :: Translation -> Constr #
dataTypeOf :: Translation -> DataType #
dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Translation) #
dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Translation) #
gmapT :: (forall b. Data b => b -> b) -> Translation -> Translation #
gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Translation -> r #
gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Translation -> r #
gmapQ :: (forall d. Data d => d -> u) -> Translation -> [u] #
gmapQi :: Int -> (forall d. Data d => d -> u) -> Translation -> u #
gmapM :: Monad m => (forall d. Data d => d -> m d) -> Translation -> m Translation #
gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Translation -> m Translation #
gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Translation -> m Translation #
compare :: Translation -> Translation -> Ordering #
(<) :: Translation -> Translation -> Bool #
(<=) :: Translation -> Translation -> Bool #
(>) :: Translation -> Translation -> Bool #
(>=) :: Translation -> Translation -> Bool #
max :: Translation -> Translation -> Translation #
min :: Translation -> Translation -> Translation #
showsPrec :: Int -> Translation -> ShowS #
show :: Translation -> String #
showList :: [Translation] -> ShowS #
Associated Types
type Rep Translation :: Type -> Type #
from :: Translation -> Rep Translation x #
to :: Rep Translation x -> Translation #
toJSON :: Translation -> Value #
toEncoding :: Translation -> Encoding #
toJSONList :: [Translation] -> Value #
toEncodingList :: [Translation] -> Encoding #
parseJSON :: Value -> Parser Translation #
parseJSONList :: Value -> Parser [Translation] #
getExtField :: Translation -> ExtField #
putExtField :: ExtField -> Translation -> Translation #
validExtRanges :: Translation -> [(FieldId, FieldId)] #
wireSize :: FieldType -> Translation -> WireSize #
wirePut :: FieldType -> Translation -> Put #
wirePutWithSize :: FieldType -> Translation -> PutM WireSize #
wireGet :: FieldType -> Get Translation #
wireGetPacked :: FieldType -> Get (Seq Translation) #
textPut :: Translation -> Output #
textGet :: Stream s Identity Char => Parsec s () Translation #
tellT :: String -> Translation -> Output #
getT :: Stream s Identity Char => String -> Parsec s () Translation #
getMessageInfo :: Translation -> GetMessageInfo #
reflectDescriptorInfo :: Translation -> DescriptorInfo #
mergeAppend :: Translation -> Translation -> Translation #
mergeConcat :: Foldable t => t Translation -> Translation #
defaultValue :: Translation #
getVal :: msg' -> (msg' -> Translation) -> Translation #
isSet :: msg' -> (msg' -> Translation) -> Bool #