Interface DataFetchHandler

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 DataFetchHandler
This is an Interface in order to Wrap the handler to data fetch. For example, it can be used in order to display the data
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • applyFunction

      void applyFunction(String text)