Interface Closure<RETURN,ARG>


@Deprecated public interface Closure<RETURN,ARG>
Deprecated.
Replace this with Function
Call something in another context.
  • Method Summary

    Modifier and Type
    Method
    Description
    call(ARG arg)
    Deprecated.
     
  • Method Details