Interface Throwables.Supplier<T,E extends Throwable>

Type Parameters:
T -
E -
All Known Subinterfaces:
Supplier<T>
All Known Implementing Classes:
LazyInitializer, Throwables.LazyInitializer
Enclosing class:
Throwables

public static interface Throwables.Supplier<T,E extends Throwable>
The Interface Supplier.
  • Method Summary

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

    • get

      T get() throws E
      Returns:
      Throws:
      E - the e
    • unchecked

      @Beta default Supplier<T> unchecked()
      Returns: