simple-robot
3.0.0-RC.2
simbot-api
/
love.forte.simbot
/
Interceptor
Interceptor
interface
Interceptor
<
C
:
Interceptor.Context
<
R
>
,
R
>
拦截器.
Author
ForteScarlet
Types
Functions
Inheritors
Types
Context
Link copied to clipboard
interface
Context
<
R
>
拦截器的拦截对象。此对象可能是下一层拦截器,或者是真正的目标。
Functions
intercept
Link copied to clipboard
abstract
suspend
fun
intercept
(
context
:
C
)
:
R
对当前指定的拦截内容进行处理。
Inheritors
EventInterceptor
Link copied to clipboard