Interface Operation<V>
-
public interface Operation<V>
A task that returns a result.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description V
call()
Computes a result.
-
-
-
Method Detail
-
call
V call()
Computes a result.- Returns:
- computed result.
-
-