core
/
dev.fritz2.binding
/
Handler
js
Handler
interface
Handler
<
A
>
Content copied to clipboard
Base-interface of the different types of handlers
Functions
Properties
Inheritors
Functions
invoke
Link copied to clipboard
js
open operator fun
invoke
()
Content copied to clipboard
Calls this handler exactly once.
open operator fun
invoke
(data:
A
)
Content copied to clipboard
Calls this handler exactly once.
Properties
collect
Link copied to clipboard
js
abstract val
collect
: (
Flow
<
A
>,
Job
) ->
Unit
Content copied to clipboard
function describing how this handler collects a flow when called
Inheritors
SimpleHandler
Link copied to clipboard
EmittingHandler
Link copied to clipboard