Java org.springframework.statemachine.support StateMachineUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.statemachine.support StateMachineUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.statemachine.support StateMachineUtils.

The text is from its open source code.

Method

booleancontainsAtleastOne(Collection left, Collection right)
Checks if right hand collection has atleast one same item as left hand collection.
booleanisNormalPseudoState(State state)
Checks if state is a normal pseudo state, meaning it is a pseudostate and its kind is not initial or end.
booleanisPseudoState(State state, PseudoStateKind kind)
booleanisSubstate(State left, State right)
Checks if right hand side is a substate of a left hand side.
booleanisTransientPseudoState(State state)
Checks if state is a transient pseudo state, meaning it is a pseudostate and its kind indicates that machine will never stay on this state after run to completion has finished.
CollectiontoStringCollection(Collection collection)
CollectiontoStringCollection(Object object)