apache-thrift ~master (2021-10-21T20:57:04Z)
Home
Dub
Repo
isThriftEntity
thrift
codegen
idlgen
True if the passed type is a Thrift entity (struct, exception, enum, service).
alias
isThriftEntity
=
Any
!(
isStruct
,
isException
,
isEnum
,
isService
)
Meta
Source
See Implementation
thrift
codegen
idlgen
aliases
isThriftEntity
classes
ExceptionWithAMap
enums
Foo
interfaces
ChildSrv
Srv
structs
Bonk
HolyMoley
OneOfEach
WithDefaults
WithoutMeta
templates
enumIdlString
idlString
serviceIdlString
structIdlString
True if the passed type is a Thrift entity (struct, exception, enum, service).