Interface Lazy.ThrowingSupplier<E extends Exception,T>

Type Parameters:
T - the type of value supplied.
Enclosing class:
Lazy<T>

public static interface Lazy.ThrowingSupplier<E extends Exception,T>
Like Supplier but it can throw an Exception.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details