DynamicCallLong

class DynamicCallLong(    val self: Any,     val methodName: String,     val anyContinuationGen: () -> Continuation<*>)

Constructors

Link copied to clipboard
fun DynamicCallLong(    self: Any,     methodName: String,     anyContinuationGen: () -> Continuation<*>)

Functions

Link copied to clipboard
infix fun withArguments(args: List<Any?>): Any?

Properties

Link copied to clipboard
val anyContinuationGen: () -> Continuation<*>
Link copied to clipboard
val methodName: String
Link copied to clipboard
val self: Any