Package net.officefloor.gef.configurer
Interface ConfigurationBuilder.Applier<M>
-
- Enclosing interface:
- ConfigurationBuilder<M>
- 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 ConfigurationBuilder.Applier<M>
Applier.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
apply(M model)
Applies the configuration.
-
-
-
Method Detail
-
apply
void apply(M model) throws java.lang.Throwable
Applies the configuration.- Parameters:
model
- Model.- Throws:
java.lang.Throwable
- Possible failure in applying the change.
-
-