Interface Callback<V>

  • Type Parameters:
    V - the target value type
    All Superinterfaces:
    Future<V>, Task

    public interface Callback<V>
    extends Task, Future<V>
    The warped task. You can use this to handle callable processing