Interface Closure<E>


public interface Closure<E>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    call(E e)
     
  • Method Details

    • call

      void call(E e)