unicorn-rxjava2
/
ru.dimsuz.unicorn.reactivex
/
Machine
Machine
interface
Machine
<
S
:
Any
,
E
:
Any
>
Content copied to clipboard
Functions
Properties
Functions
send
Link copied to clipboard
abstract fun
send
(e:
E
)
Content copied to clipboard
Properties
initial
Link copied to clipboard
abstract val
initial
:
Pair
<
S
, () ->
Unit
?>
Content copied to clipboard
states
Link copied to clipboard
abstract val
states
:
Observable
<
S
>
Content copied to clipboard