An event source whose current value or state is readable
Note that the firing behavior of an IReadableSource is undefined. See
IValue and IConditional for two possible kinds of firing behavior.
|
Methods
|
|
__call__
derive
|
|
|
__call__
|
__call__ ()
Return the current value, condition, or event
|
|
|
derive
|
derive ( func )
Return a derived IValue, computed using func(source())
|
|