Uses of Class
com.machinezoo.hookless.ReactiveStateMachine
Packages that use ReactiveStateMachine
-
Uses of ReactiveStateMachine in com.machinezoo.hookless
Methods in com.machinezoo.hookless that return ReactiveStateMachineModifier and TypeMethodDescriptionstatic ReactiveStateMachine<Void>ReactiveStateMachine.run(ReactiveValue<Void> initial, Runnable runnable) static ReactiveStateMachine<Void>static <T> ReactiveStateMachine<T>ReactiveStateMachine.supply(ReactiveValue<T> initial, Supplier<T> supplier) static <T> ReactiveStateMachine<T>