Interface Lazy.Supplier<T,E extends Throwable>

Enclosing class:
Lazy<T,E extends Throwable>

public static interface Lazy.Supplier<T,E extends Throwable>
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details