Interface UVIndexFunction

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 UVIndexFunction
A functional interface for generating index strings.
  • Method Summary

    Modifier and Type
    Method
    Description
    @NotNull String
    indexing(int index)
    Generates an index string for the given index.
  • Method Details

    • indexing

      @NotNull @NotNull String indexing(int index)
      Generates an index string for the given index.
      Parameters:
      index - the index
      Returns:
      the index string