Interface ThrowingSupplier<T,E extends Throwable>


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

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details