Interface ThrowingFunction<T,R,E extends Throwable>


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

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