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
equals
Link copied to clipboard
js
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
js
open fun
hashCode
():
Int
Content copied to clipboard
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.
toString
Link copied to clipboard
js
open fun
toString
():
String
Content copied to clipboard
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