Package com.exedio.cope
Interface ChangeHook.Factory
-
- Enclosing interface:
- ChangeHook
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface ChangeHook.Factory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChangeHook
create(Model model)
-
-
-
Method Detail
-
create
@Nonnull ChangeHook create(@Nonnull Model model)
-
-