UDF11

fun interface UDF11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, R> : UDF11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, R>

Kotlin wrapper around UDF interface to ensure nullability in types.

Functions

Link copied to clipboard
abstract override fun call(t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11): R