Interface LabelResolver

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 LabelResolver
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable Double
    resolve(String label)
     
  • Method Details

    • resolve

      @Nullable @Nullable Double resolve(String label)