Interface UnaryProcedure<T>


public interface UnaryProcedure<T>
  • Method Summary

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

    • call

      void call(T arg)