Interface ActivityTreeUtil.LocalActivityStateTransformer<X>
- 
- Enclosing class:
 - ActivityTreeUtil
 
- Functional Interface:
 - This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
@Experimental @FunctionalInterface public static interface ActivityTreeUtil.LocalActivityStateTransformer<X>
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Xtransform(@NotNull ActivityPath path, @NotNull ActivityStateType state) 
 - 
 
- 
- 
Method Detail
- 
transform
X transform(@NotNull @NotNull ActivityPath path, @NotNull @NotNull ActivityStateType state)
 
 - 
 
 -