Skip to content

Instantly share code, notes, and snippets.

@adamgit
Created April 6, 2016 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adamgit/e51a8d7c94572dd187cd70fa9ec28972 to your computer and use it in GitHub Desktop.
Save adamgit/e51a8d7c94572dd187cd70fa9ec28972 to your computer and use it in GitHub Desktop.
public interface MBExecutableAlgorithm<T>
{
public void execute( T dataSet );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment