Interface ExceptionalSupplier<T,E extends Exception>

All Superinterfaces:
Supplier<T>

public interface ExceptionalSupplier<T,E extends Exception> extends Supplier<T>
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default T
    get()
     
  • Method Details