Interface ConfigInitializeHandler<T,V>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiondefault ConfigInitializeHandler
<T, V> andThen
(ConfigInitializeHandler<T, V> after) default ConfigInitializeHandler
<T, V> compose
(ConfigInitializeHandler<T, V> before) static <T,
V> ConfigInitializeHandler <T, V> start()
void
whenInitialize
(@NotNull ConfigurationHolder<?> holder, @Nullable String path, T value, V instance)