org.omnaest.utils.operation.special
Interface OperationWithResult<RESULT>

Type Parameters:
RESULT -

public interface OperationWithResult<RESULT>

Operation which specifies a result type

Author:
Omnaest

Method Summary
 RESULT execute()
          Excecutes the operation returning a result
 

Method Detail

execute

RESULT execute()
Excecutes the operation returning a result

Returns:


Copyright © 2013. All Rights Reserved.