Interface Callback<T>


public interface Callback<T>
  • Method Summary

    Modifier and Type Method Description
    void call​(T input)  
  • Method Details

    • call

      void call​(T input)