public interface Operation<T>
An operation that returns a result and takes no arguments when called.
<p>
Note: The interface is similar to the Callable
interface but without any checked exceptions in the method signature.
Modifier and Type | Method and Description |
---|---|
T |
perform()
Executes the operation.
|
T perform()
Executes the operation.
Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.