Interface ActivityTreeUtil.LocalActivityStateProcessor
-
- 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.LocalActivityStateProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
process(@NotNull ActivityPath path, @NotNull ActivityStateType state)
-
-
-
Method Detail
-
process
void process(@NotNull @NotNull ActivityPath path, @NotNull @NotNull ActivityStateType state)
-
-