Interface ProgramBuilder.ExceptionalSupplier<R,E extends Exception>

Enclosing class:
ProgramBuilder

public static interface ProgramBuilder.ExceptionalSupplier<R,E extends Exception>
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details

    • get

      R get() throws E
      Throws:
      E