UDF1

fun interface UDF1<T1, R> : UDF1<T1, R>

Kotlin wrapper around UDF interface to ensure nullability in types.

Functions

Link copied to clipboard
abstract override fun call(t1: T1): R