Interface AFuture.Function<A,B>

Enclosing class:
AFuture<V>

public static interface AFuture.Function<A,B>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(A a)
     
  • Method Details

    • apply

      B apply(A a)