toggle menu
Simple Robot
3.3.0
jvm
switch theme
search in API
simbot-api
/
love.forte.simbot
/
Interceptor
Interceptor
interface
Interceptor
<
C
:
Interceptor.Context
<
R
>
,
R
>
(
source
)
拦截器.
Author
ForteScarlet
Inheritors
EventInterceptor
Members
Types
Context
Link copied to clipboard
interface
Context
<
R
>
拦截器的拦截对象。此对象可能是下一层拦截器,或者是真正的目标。
Functions
intercept
Link copied to clipboard
abstract
suspend
fun
intercept
(
context
:
C
)
:
R
对当前指定的拦截内容进行处理。