Interface Callable<RET,​PAR>


  • public interface Callable<RET,​PAR>
    Generic callable interface that accepts a parameter.
    Author:
    Luca Garulli
    • Method Detail

      • call

        RET call​(PAR iArgument)