de.init.its.util
Interface ExecutorDelegate<In,Out>

Type Parameters:
In -
Out -

public interface ExecutorDelegate<In,Out>

Generic Executor delegate interface

Author:
m.kandora

Method Summary
 Out execute(In in)
          Executes a given Operation and returns the desired Output
 

Method Detail

execute

Out execute(In in)
Executes a given Operation and returns the desired Output

Parameters:
in -
Returns: