Package io.micronaut.aot.internal
Interface StreamHelper.ThrowingSupplier<T>
-
- Type Parameters:
T- the type of the supplied value
- Enclosing class:
- StreamHelper
public static interface StreamHelper.ThrowingSupplier<T>A helper interface to capture suppliers which may throw an exception.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()
-
-
-
Method Detail
-
get
T get() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-