public final class StateMachine extends Object
Modifier and Type | Class and Description |
---|---|
static class |
StateMachine.Builder |
static class |
StateMachine.Builder2<State> |
static class |
StateMachine.Builder3<State,In,Out> |
static interface |
StateMachine.Completion<State,Out> |
static interface |
StateMachine.Completion2<State,Out> |
static interface |
StateMachine.Emitter<T> |
static interface |
StateMachine.Errored<State,Out> |
static interface |
StateMachine.Transition<State,In,Out> |
static interface |
StateMachine.Transition2<State,In,Out> |
public static StateMachine.Builder builder()
Copyright © 2013–2020. All rights reserved.