events
events:runOnce(predicate, toRun)
Method Property | Fluent Description | Representation |
---|---|---|
predicate accepts | a function | |
toRun accepts | a function | |
Return Value | nil |
events:runOnce(predicate, toRun, event)
Method Property | Fluent Description | Representation |
---|---|---|
predicate accepts | a function | |
toRun accepts | a function | |
event accepts | an Event | |
Return Value | nil |