Interface CheckedSupplier<O,E extends Exception>


public interface CheckedSupplier<O,E extends Exception>
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details