public interface Transition
This interface should not be implemented outside the SDK.
Modifier and Type | Interface and Description |
---|---|
static interface |
Transition.Builder
Builder interface for
Transition s. |
Modifier and Type | Field and Description |
---|---|
static Transition.Builder |
NULL_BUILDER
No-op builder that always returns null.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isTerminal() |
static final Transition.Builder NULL_BUILDER
Copyright © 2021. All rights reserved.