Package org.somda.sdc.biceps.common
Interface MdibEntity.StateAlternative<T>
-
- Type Parameters:
T- the state type to accept.
- Enclosing interface:
- MdibEntity
public static interface MdibEntity.StateAlternative<T>An alternative lambda to be executed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidorElse(Consumer<T> consumer)
-