Interface Unchecked.CheckedSupplier<R>

Enclosing class:
Unchecked
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface Unchecked.CheckedSupplier<R>
Signature for a supplier that can throw a checked exception.
Since:
5.0.3
Author:
Ashley Scopes
  • Method Summary

    Modifier and Type
    Method
    Description
    get()