UDF2

fun interface UDF2<T1, T2, R>

Kotlin wrapper around UDF interface to ensure nullability in types.

Functions

Link copied to clipboard
abstract fun call(t1: T1, t2: T2): R