simple-robot
3.0.0-RC.2
simbot-core
/
love.forte.simbot.core.event
/
SimpleFunctionalEventInterceptor
Simple
Functional
Event
Interceptor
sealed
class
SimpleFunctionalEventInterceptor
<
C
:
EventInterceptor.Context
<
R
>
,
R
>
:
Interceptor
<
C
,
R
>
核心提供的事件拦截器实现, 基于函数提供外部事件逻辑。
Functions
Properties
See also
Inheritors
See also
Simple
Functional
Event
Processing
Interceptor
Functions
intercept
Link copied to clipboard
open
suspend override
fun
intercept
(
context
:
C
)
:
R
Properties
intercept
Function
Link copied to clipboard
abstract
val
interceptFunction
:
suspend
(
C
)
->
R
Inheritors
SimpleFunctionalEventProcessingInterceptor
Link copied to clipboard
SimpleFunctionalEventListenerInterceptor
Link copied to clipboard