UDF3

fun interface UDF3<T1, T2, T3, R> : UDF3<T1, T2, T3, 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): R