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.

@FunctionalInterface public static interface ServerProfileManager.ProfileModifier
Functional interface used to modify the profile safely.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Applies changes to the given profile.
  • Method Details

    • modify

      void modify(ServerProfile profile)
      Applies changes to the given profile.
      Parameters:
      profile - mutable profile instance