//
unicorn-rxjava2
/
ru.dimsuz.unicorn.reactivex
/
Machine
Machine
interface
Machine
<
S
:
Any
,
E
:
Any
>
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard
send
Link copied to clipboard
abstract fun
send
(e:
E
)
Content copied to clipboard
toString
Link copied to clipboard
open override fun
toString
():
String
Content copied to clipboard
Properties
states
Link copied to clipboard
abstract val
states
:
Observable
<
S
>
Content copied to clipboard