Kotlin SQLite
Toggle table of contents
0.0.3
release
Target filter
release
Switch theme
Search in API
Skip to content
Kotlin SQLite
Ksqlite Foreign JNI
/
ksqlite.foreign.callbacks
/
FunctionCallback
/
Inverse
Inverse
fun
interface
Inverse
:
FunctionCallback.Func2
(
source
)
xInverse function callback used in window function.
Members
Functions
apply
Link copied to clipboard
abstract
fun
apply
(
context
:
Long
,
values
:
LongArray
)
Invoked from JNI.