Interface AsyncFunction<A,R>

All Superinterfaces:
Function<A,Future<R>>

public interface AsyncFunction<A,R> extends Function<A,Future<R>>
A functional interface for asynchronous operations that take one argument and return a future result.
Author:
Bruno Salmon
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(A arg)
     

    Methods inherited from interface java.util.function.Function

    andThen, compose