FuncInfo

class FuncInfo<T : Function<*>>(val type: KType, val selector: String, val def: String)

Constructors

Link copied to clipboard
constructor(type: KType, selector: String, def: String)

Properties

Link copied to clipboard
val def: String
Link copied to clipboard
val selector: String
Link copied to clipboard
val type: KType

Functions

Link copied to clipboard
operator fun provideDelegate(thisRef: NSObject, prop: KProperty<*>): ReadOnlyProperty<NSObject, T>