kmp-tor
Toggle table of contents
2.2.0
common
Platform filter
common
Switch theme
Search in API
kmp-tor
runtime-ctrl
/
io.matthewnelson.kmp.tor.runtime.ctrl
/
TorCmdInterceptor
/
Companion
Companion
object
Companion
(
source
)
Members
Functions
intercept
Link copied to clipboard
@
JvmStatic
inline
fun
<
C
:
TorCmd
<
*
>
>
intercept
(
crossinline
intercept
:
(
job
:
EnqueuedJob
,
cmd
:
C
)
->
C
)
:
TorCmdInterceptor
<
C
>
Creates a
TorCmdInterceptor
for the specified
TorCmd
.