Interface ThrowingFunction<T,R,E extends Exception>


public interface ThrowingFunction<T,R,E extends Exception>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(T t)
     
  • Method Details