mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-04-04 15:51:54 +00:00
11 lines
535 B
Plaintext
11 lines
535 B
Plaintext
package test
|
|
|
|
public open class SeveralSamParameters : java.lang.Object {
|
|
public constructor SeveralSamParameters()
|
|
}
|
|
|
|
package test.SeveralSamParameters {
|
|
public /*synthesized*/ fun findMaxAndInvokeCallback(/*0*/ p0: ((jet.String, jet.String) -> jet.Int)?, /*1*/ p1: jet.String?, /*2*/ p2: jet.String?, /*3*/ p3: (() -> jet.Unit)?): jet.String?
|
|
public open fun findMaxAndInvokeCallback(/*0*/ p0: java.util.Comparator<jet.String>?, /*1*/ p1: jet.String?, /*2*/ p2: jet.String?, /*3*/ p3: java.lang.Runnable?): jet.String?
|
|
}
|