Interface ServerProfileManager.ProfileModifier
- Enclosing class:
ServerProfileManager
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface used to modify the profile safely.
-
Method Summary
Modifier and TypeMethodDescriptionvoidmodify(ServerProfile profile) Applies changes to the given profile.
-
Method Details
-
modify
Applies changes to the given profile.- Parameters:
profile- mutable profile instance
-