Interface UnaryProcedure<T>


  • public interface UnaryProcedure<T>
    • Method Detail

      • call

        void call​(T arg)