Interface ITypeUpdateCallback

All Known Implementing Classes:
ArgsListUpdateCallback, InvokeUpdateCallback
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 interface ITypeUpdateCallback
Callback to process and modify type update result
  • Method Details

    • updateCallback

      @Nullable @Nullable TypeUpdateResult updateCallback(TypeUpdateResult result)
      Called on type update result being calculated
      Parameters:
      result - - type update result
      Returns:
      modified result, can be null - will keep callback and wait for another result