Interface FailableFunction<I,O,E extends Exception>


public interface FailableFunction<I,O,E extends Exception>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(I input)
     
  • Method Details