Interface DebugValueSource.ValueGetter<T>

Enclosing interface:
DebugValueSource

public static interface DebugValueSource.ValueGetter<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable T
    get()
     
  • Method Details

    • get

      @Nullable T get()