Interface CopyOperation<T,G extends Exception>


public interface CopyOperation<T,G extends Exception>
Author:
Jeff Fischer
  • Method Summary

    Modifier and Type
    Method
    Description
    execute(T original)
     
  • Method Details

    • execute

      T execute(T original) throws G
      Throws:
      G extends Exception