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 Suggester
Functional interface for creating code completion suggestions for the JmixCodeEditor component. Autocompletions are suggested based on the current state of the client-side of the component described by Suggester.SuggestionContext.
  • Method Details