DecoyImplementation


With decoys enabled, indicates composable implementation function created by compiler plugin.

Summary

Public constructors

Cmn

Public properties

Long

Id from original function signature to distinguish overloads.

Cmn
String

Name of this implementation function.

Cmn

Public constructors

DecoyImplementation

DecoyImplementation(name: String, id: Long)
Parameters
name: String

Name of this implementation function.

id: Long

Id from original function signature to distinguish overloads.

Public properties

id

val idLong

Id from original function signature to distinguish overloads.

name

val nameString

Name of this implementation function.