Interface ExceptionalFunction<A,B,E extends Exception>


public interface ExceptionalFunction<A,B,E extends Exception>
  • Method Summary

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