org.omnaest.utils.operation.special
Class OperationVoidToOperationAdapter<PARAMETER>
java.lang.Object
org.omnaest.utils.operation.special.OperationVoidToOperationAdapter<PARAMETER>
- Type Parameters:
PARAMETER -
- All Implemented Interfaces:
- Operation<Void,PARAMETER>
public class OperationVoidToOperationAdapter<PARAMETER>
- extends Object
- implements Operation<Void,PARAMETER>
Adapter from OperationVoid to Operation
- Author:
- Omnaest
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OperationVoidToOperationAdapter
public OperationVoidToOperationAdapter()
execute
public Void execute(PARAMETER parameter)
- Specified by:
execute in interface Operation<Void,PARAMETER>
Copyright © 2013. All Rights Reserved.