java.lang.Object
com.machinezoo.hookless.ReactiveStateMachine<T>
- Type Parameters:
-
T
- output type of the computation
Monitoring and control over another reactive computation.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
advance()
output()
static ReactiveStateMachine<Void>
run
(ReactiveValue<Void> initial, Runnable runnable) static ReactiveStateMachine<Void>
static <T> ReactiveStateMachine<T>
supply
(ReactiveValue<T> initial, Supplier<T> supplier) static <T> ReactiveStateMachine<T>
toString()
boolean
valid()