PublicApiMapper

Constructors

Link copied to clipboard
constructor(transportParsers: List<TransportConfigurationParser>, controller: DiagnosticController)

Functions

Link copied to clipboard
fun toPublicApi(samtPackage: Package): SamtPackage
Link copied to clipboard
fun <T> unsafeLazy(initializer: () -> T): Lazy<T>

Returns a lazy delegate that will initialize its value only once, without synchronization. Because we are in a single-threaded environment, this is safe and significantly faster.