NollyAPI
Toggle table of contents
0.0.1
jvm
Platform filter
jvm
Switch theme
Search in API
NollyAPI
NollyAPI
/
com.thenolle.api.nollyapi.util.events
/
EventScope
/
scope
scope
fun
scope
(
block
:
(
T
)
->
Boolean
)
:
EventScope
<
T
>
Adds a condition to the scope.
Return
The updated
EventScope
instance.
Parameters
block
The condition to apply to the event.