Interface ThrowableSupplier<T,E extends Throwable>


public interface ThrowableSupplier<T,E extends Throwable>
Since:
1.0
Author:
yingzhan
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details